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
This commit is contained in:
dswitkin@google.com 2012-01-20 21:58:02 +00:00
parent e2620cef49
commit e5189730ce
2 changed files with 6 additions and 2 deletions

View file

@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
android:versionName="4.0 alpha 1"
android:versionCode="77"
android:versionName="4.0 beta 1"
android:versionCode="78"
android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/>

View file

@ -7,6 +7,10 @@
<p><b>New in version 4.0:</b></p>
<ul>
<li>Rewrote the camera code to use newer functionality like using the front light.</li>
<li>Wrote a new history screen.</li>
<li>Removed some unneeded permissions.</li>
<li>Made some WiFi improvements.</li>
<li>Many, many bug fixes.</li>
</ul>
</body>
</html>