diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 14:34:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 14:36:27 +0200 |
commit | de8d12acf122322af8412ef1a90e13fe34fcdbcd (patch) | |
tree | 5c626eb11a71cf64e06cfc423182108a26774c62 /android | |
parent | d0c80826ba22f5adb8e3d88c7ccabe9a3c6267a1 (diff) |
Use proper version numbers
Change-Id: Ib0284c3fe63636e42b2e72ab76b02a8197c837e0
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/DocumentLoader/Makefile | 2 | ||||
-rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 2 | ||||
-rw-r--r-- | android/experimental/desktop/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index 40fd6dcb4113..9977215cbda0 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -77,7 +77,7 @@ copy-stuff: # Set up bootstraprc echo '[Bootstrap]' > assets/program/bootstraprc echo 'InstallMode=<installmode>' >> assets/program/bootstraprc - echo 'ProductKey=LibreOffice 3.6' >> assets/program/bootstraprc + echo 'ProductKey=LibreOffice $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR)' >> assets/program/bootstraprc echo "UserInstallation=file://$(APP_DATA_PATH)" >> assets/program/bootstraprc # # Set up versionrc diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index 7984be4278e8..9b1aaa22fc50 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -75,7 +75,7 @@ copy-stuff: # Set up bootstraprc echo '[Bootstrap]' > assets/program/bootstraprc echo 'InstallMode=<installmode>' >> assets/program/bootstraprc - echo 'ProductKey=LibreOffice 3.6' >> assets/program/bootstraprc + echo 'ProductKey=LibreOffice $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR)' >> assets/program/bootstraprc echo 'UserInstallation=file://$$APP_DATA_DIR' >> assets/program/bootstraprc # # Set up versionrc diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile index 273aca614a3a..db3587928ae9 100644 --- a/android/experimental/desktop/Makefile +++ b/android/experimental/desktop/Makefile @@ -78,7 +78,7 @@ copy-stuff: # Set up bootstraprc echo '[Bootstrap]' > assets/program/bootstraprc echo 'InstallMode=<installmode>' >> assets/program/bootstraprc - echo 'ProductKey=LibreOffice 3.6' >> assets/program/bootstraprc + echo 'ProductKey=LibreOffice $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR)' >> assets/program/bootstraprc echo "UserInstallation=file://$(APP_DATA_PATH)" >> assets/program/bootstraprc # # Set up versionrc |