diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 10:51:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 10:53:12 +0100 |
commit | d90d47e513f21b07095722559db997fa41d1645e (patch) | |
tree | 70a01ba7b09a3641f530e207c9772bdb45c182ea /android | |
parent | 5be1635d45e28e047af0cde4e387b07a3131cc9d (diff) |
version ini-file's ProductMajor/Minor are unused
...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0)
vs. installation sets (ProductMajor=50, ProductMinor=)
Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index a3b8ade2c9a2..8169f209bef0 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -178,8 +178,6 @@ copy-stuff: echo 'AllLanguages=en-US' >> assets/program/versionrc echo 'BuildVersion=' >> assets/program/versionrc echo 'buildid=dead-beef' >> assets/program/versionrc - echo 'ProductMajor=$(LIBO_VERSION_MAJOR)$(LIBO_VERSION_MINOR)0' >> assets/program/versionrc - echo 'ProductMinor=1' >> assets/program/versionrc echo 'ReferenceOOoMajorMinor=4.1' >> assets/program/versionrc # # .res files |