From dedbdb5888b95d29bdb6326e84909687de1687e2 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Wed, 24 Jun 2009 14:03:27 -0400 Subject: [PATCH] Bumping versions --- mobile/confvars.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/confvars.sh b/mobile/confvars.sh index 05159a64f0e9..2aa9de6061c8 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.0a1 + MOZ_APP_VERSION=1.0a2 ;; *) - MOZ_APP_VERSION=1.0b2pre + MOZ_APP_VERSION=1.0b2 ;; esac