[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

dswitkin dswitkin at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:31:18 UTC 2010


The following commit has been merged in the upstream branch:
commit 3921f27c15618b3f29f468f856f0ae269d0950ea
Author: dswitkin <dswitkin at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Mon May 3 15:54:37 2010 +0000

    Bumped the version to 3.3 beta 2.
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1329 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 0356432..036b187 100755
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -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.3 beta 1"
-          android:versionCode="49">
+          android:versionName="3.3 beta 2"
+          android:versionCode="50">
   <!-- We require Cupcake (Android 1.5) or later, but are really targeting Donut. -->
   <uses-sdk android:minSdkVersion="3"
             android:targetSdkVersion="4"/>
diff --git a/android/assets/html/whatsnew.html b/android/assets/html/whatsnew.html
index 3103413..2126979 100644
--- a/android/assets/html/whatsnew.html
+++ b/android/assets/html/whatsnew.html
@@ -10,7 +10,7 @@
   <li>Added the ability to send a QR Code generated with the Share feature.</li>
   <li>Forced the beep sound off if the phone is in silent mode.</li>
   <li>Allowed web sites to start Barcode Scanner and choose the URL the result is sent to.</li>
-  <li>Added Portuguese translation.</li>
+  <li>Added Portuguese and Danish translations.</li>
 </ul>
 </body>
 </html>

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list