diff options
-rw-r--r-- | backends/platform/webos/webos.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/webos/webos.mk b/backends/platform/webos/webos.mk index 20d79c0555..804b56de35 100644 --- a/backends/platform/webos/webos.mk +++ b/backends/platform/webos/webos.mk @@ -51,8 +51,8 @@ # Increment this number when the packaging of the app has been changed while # ScummVM itself has the same version as before. The number can be reset to -# 1 when the ScummVM version is increased. -VER_PACKAGE = 5 +# 0 when the ScummVM version is increased. +VER_PACKAGE = 0 PATH_DIST = $(srcdir)/dists/webos PATH_MOJO = $(PATH_DIST)/mojo |