Fixed a bug in geo coordinate display, where we were always tacking on "deg N" and...
[zxing.git] / android / AndroidManifest.xml
index 4be86f8..3be7d3a 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.4b2"
-          android:versionCode="8">
+          android:versionName="2.4"
+          android:versionCode="9">
   <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
     <activity android:name=".CaptureActivity"