mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
move mobile versions out of confvars.sh, and into *-version.txt. bug 535304, r=mfinkle
This commit is contained in:
parent
0e0db2623d
commit
a9a2f7410b
@ -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
|
||||
|
||||
|
1
mobile/default-version.txt
Normal file
1
mobile/default-version.txt
Normal file
@ -0,0 +1 @@
|
||||
MOZ_APP_VERSION=1.1a1pre
|
1
mobile/winmo-version.txt
Normal file
1
mobile/winmo-version.txt
Normal file
@ -0,0 +1 @@
|
||||
MOZ_APP_VERSION=1.0a4pre
|
Loading…
Reference in New Issue
Block a user