From 9467e4d8d4270deaa24e2d040f504fee82fc96ec Mon Sep 17 00:00:00 2001 From: TomFrost Date: Sun, 25 Sep 2011 12:15:38 -0400 Subject: 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. --- backends/platform/webos/webos.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform') 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 -- cgit v1.2.3