From e5189730cef674f6f61b394ed50e0de704aeff20 Mon Sep 17 00:00:00 2001 From: "dswitkin@google.com" Date: Fri, 20 Jan 2012 21:58:02 +0000 Subject: [PATCH] Bumped the version to 4.0 beta 1 and updated the What's New page. git-svn-id: https://zxing.googlecode.com/svn/trunk@2127 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/AndroidManifest.xml | 4 ++-- android/assets/html-en/whatsnew.html | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 5897f5e6f..35d16ab18 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -16,8 +16,8 @@ --> diff --git a/android/assets/html-en/whatsnew.html b/android/assets/html-en/whatsnew.html index 7bab9a724..ef57270c0 100644 --- a/android/assets/html-en/whatsnew.html +++ b/android/assets/html-en/whatsnew.html @@ -7,6 +7,10 @@

New in version 4.0:

  • Rewrote the camera code to use newer functionality like using the front light.
  • +
  • Wrote a new history screen.
  • +
  • Removed some unneeded permissions.
  • +
  • Made some WiFi improvements.
  • +
  • Many, many bug fixes.