Bumped the version number to create v2.4 beta 1.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 26 Nov 2008 15:30:34 +0000 (15:30 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 26 Nov 2008 15:30:34 +0000 (15:30 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@763 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml

index 2c77c98..c293a3b 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="2.3"
-          android:versionCode="6">
+          android:versionName="2.4b1"
+          android:versionCode="7">
   <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
     <activity android:name=".CaptureActivity"