diff options
author | TomFrost | 2011-09-25 12:15:38 -0400 |
---|---|---|
committer | TomFrost | 2011-09-25 12:15:38 -0400 |
commit | 9467e4d8d4270deaa24e2d040f504fee82fc96ec (patch) | |
tree | 7a55f122cb09190f9edf82710df88836c5378b82 | |
parent | d7abbb523cbad1e8283a820907c24981ad6b019d (diff) | |
download | scummvm-rg350-9467e4d8d4270deaa24e2d040f504fee82fc96ec.tar.gz scummvm-rg350-9467e4d8d4270deaa24e2d040f504fee82fc96ec.tar.bz2 scummvm-rg350-9467e4d8d4270deaa24e2d040f504fee82fc96ec.zip |
WebOS: Reset package version to 0.
The package version must be incremented for each new WebOS
release, due to the device needing a new version to install.
Whenever the ScummVM version is raised, this can be reset to 0.
Changing to 0 in anticipation of ScummVM 1.4.0.
-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 |