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
diff --git a/VERSION b/VERSION
index e05b145..35a5f51 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.