From f999e67ff537b84cb7cd54e3f5e2f60344b690d6 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Fri, 21 Aug 2009 15:17:29 -0400 Subject: [PATCH] Bumping version (maemo and winmo), r=stuart --- mobile/confvars.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/confvars.sh b/mobile/confvars.sh index b21c42f4f0b..f5da96a1afb 100644 --- a/mobile/confvars.sh +++ b/mobile/confvars.sh @@ -39,10 +39,10 @@ MOZ_APP_NAME=fennec MOZ_APP_DISPLAYNAME=Fennec case "$target" in *-wince) - MOZ_APP_VERSION=1.0a3pre + MOZ_APP_VERSION=1.0a3 ;; *) - MOZ_APP_VERSION=1.0b3 + MOZ_APP_VERSION=1.0b4pre ;; esac