summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2015-03-24 13:16:29 -0700
committerWebTech Code Review <code-review@localhost>2015-03-25 11:48:55 -0700
commit5229d6a27be9ac8a704a49ba65d0500104cd4ccb (patch)
treee9aa1925d725e9457be095c6cf466edc879e491d /VERSION
parente23050271f10e77f93581b2ffe0311a1aaaf4753 (diff)
downloadandroid_packages_apps_Gello-5229d6a27be9ac8a704a49ba65d0500104cd4ccb.tar.gz
android_packages_apps_Gello-5229d6a27be9ac8a704a49ba65d0500104cd4ccb.tar.bz2
android_packages_apps_Gello-5229d6a27be9ac8a704a49ba65d0500104cd4ccb.zip
Change package name to 'org.codeaurora.swe.browser.beta'
-Add new icon 'ic_launcher_browser_swe_beta'. -Change versioning scheme to "%04d%04d" where first number is branch number and later is buildid/patch number. Previously scheme was "%d%02d%06d%05d" which was generating very large number which when converted to int via aapt was getting into overflow situation due to which random version code string was generated. Change-Id: Ib63d1490fee6124a64c3f73bd75ab9e45912ef9b
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION9
1 files changed, 5 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index e05b1452..35a5f511 100644
--- a/VERSION
+++ b/VERSION
@@ -1,6 +1,7 @@
-1.0
-# base version, needs to be on first line of this file
-# if you need to change that, please also fix
-# tools/generate_about.sh
+base=1.0;
+branch=2311;
+# chromium base and branch version, needs to be on
+# top of the file. If you need to change that, please
+# also fix tools/generate_about.sh.