Might as well call the next version Barcode Scanner 3.6, but I'll squeeze in a few more changes first.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1767 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2011-05-11 20:48:42 +00:00
parent 75cc7fe591
commit 6a334eccf4
2 changed files with 6 additions and 4 deletions

View file

@ -20,8 +20,8 @@ version to be published. The next versionCode will be 7, regardless of whether t
versionName is 2.31, 2.4, or 3.0. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.zxing.client.android"
android:versionName="3.54 beta 1"
android:versionCode="68"
android:versionName="3.6 beta 1"
android:versionCode="69"
android:installLocation="auto">
<!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
<uses-sdk android:minSdkVersion="3"

View file

@ -4,10 +4,12 @@
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<p><b>New in version 3.54:</b></p>
<p><b>New in version 3.6:</b></p>
<ul>
<li>Fixed support for the Motorola Xoom tablet.</li>
<li>Added the ability to type in text and encode it as a QR Code.</li>
<li>Added support for many more locales for web search and product search.</li>
<li>Added Hebrew translation.</li>
<li>Fixed support for the Motorola Xoom tablet.</li>
<li>Other minor fixes.</li>
</ul>
<p><b>New in version 3.53:</b></p>