move mobile versions out of confvars.sh, and into *-version.txt. bug 535304, r=mfinkle

This commit is contained in:
Aki Sasaki 2010-01-13 13:25:51 -08:00
parent 0e0db2623d
commit a9a2f7410b
3 changed files with 4 additions and 2 deletions

View File

@ -43,10 +43,10 @@ MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/branding/official
case "$target" in
*-wince*)
MOZ_APP_VERSION=1.0a4pre
. ${srcdir}/${MOZ_BUILD_APP}/winmo-version.txt
;;
*)
MOZ_APP_VERSION=1.1a1pre
. ${srcdir}/${MOZ_BUILD_APP}/default-version.txt
;;
esac

View File

@ -0,0 +1 @@
MOZ_APP_VERSION=1.1a1pre

1
mobile/winmo-version.txt Normal file
View File

@ -0,0 +1 @@
MOZ_APP_VERSION=1.0a4pre