From ba6f9f7adbdd09de97c6253b59c0bb3e347586f0 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Fri, 9 Oct 2009 13:22:24 -0400 Subject: [PATCH] bump versions for Maemo and WinMo, r=gavin r=blassey --- mobile/confvars.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/confvars.sh b/mobile/confvars.sh index d8e371f50d25..5a666dd8bb38 100644 --- a/mobile/confvars.sh +++ b/mobile/confvars.sh @@ -42,10 +42,10 @@ MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/branding/official case "$target" in *-wince) - MOZ_APP_VERSION=1.0a3 + MOZ_APP_VERSION=1.0a4pre ;; *) - MOZ_APP_VERSION=1.0b4 + MOZ_APP_VERSION=1.0b5pre ;; esac