Bumping to 3.0 alpha 2 to reflect the new history feature.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 23 Sep 2009 15:07:13 +0000 (15:07 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 23 Sep 2009 15:07:13 +0000 (15:07 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1061 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml

index 76e79ae..1b685b6 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 alpha1"
-          android:versionCode="32">
+          android:versionName="3.0 alpha2"
+          android:versionCode="33">
   <!-- Allows this app to run on Cupcake devices. -->
   <uses-sdk android:minSdkVersion="3"/>
   <!-- Donut-specific flags which allow us to run on large and high dpi screens. -->