Made the final changes for Barcode Scanner 3.01.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 6 Nov 2009 17:10:10 +0000 (17:10 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 6 Nov 2009 17:10:10 +0000 (17:10 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1103 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml
android/assets/html/whatsnew.html

index 51e7341..1976321 100755 (executable)
@@ -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.0"
-          android:versionCode="38">
+          android:versionName="3.01"
+          android:versionCode="39">
   <!-- We require Cupcake (Android 1.5) or later. -->
   <uses-sdk android:minSdkVersion="3"/>
   <!-- Donut-specific flags which allow us to run on large and high dpi screens. -->
index 5d54abd..f53f445 100644 (file)
@@ -3,6 +3,10 @@
 <body>
 <link rel="StyleSheet" href="style.css" type="text/css">
 <h3><center>What's new in this version</center></h3>
+<p>New in version 3.01:</p>
+<ul>
+  <li>Fixed the crash-on-launch on the Samsung Moment.</li>
+</ul>
 <p>New in version 3.0:</p>
 <ul>
   <li>Added support for high resolution and high DPI screens.</li>