Bug 588140 - Set version in androidmanifest.xml.in correctly, r=blassey a=blocking-fennec

--HG--
extra : rebase_source : 4b0e300adc5da2348ee19c299acc7308c84b8228
This commit is contained in:
Michael Wu 2010-08-17 14:22:00 -07:00
parent 1a28c6a685
commit 9352e960d8
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
package="org.mozilla.@MOZ_APP_NAME@"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.9.3"
android:versionName="@MOZ_APP_VERSION@"
android:sharedUserId="org.mozilla.sharedID">
<uses-sdk android:minSdkVersion="5"
android:targetSdkVersion="5"/>

View File

@ -54,6 +54,7 @@ JAVAFILES = \
DEFINES += \
-DMOZ_APP_DISPLAYNAME=$(MOZ_APP_DISPLAYNAME) \
-DMOZ_APP_NAME=$(MOZ_APP_NAME) \
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
-DMOZ_CHILD_PROCESS_NAME=$(MOZ_CHILD_PROCESS_NAME)
GARBAGE += \