Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpneo committed Oct 18, 2010
1 parent 3a07bef commit 5b27963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Expand Up @@ -7,8 +7,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="gov.nasa.arc.geocam.geocam"
android:versionCode="1202"
android:versionName="1.0.13">
android:versionCode="1204"
android:versionName="1.0.14">

<uses-sdk
android:minSdkVersion="4"
Expand Down
2 changes: 1 addition & 1 deletion android/src/gov/nasa/arc/geocam/geocam/GeoCamMobile.java
Expand Up @@ -48,7 +48,7 @@
import android.util.Log;

public class GeoCamMobile extends Activity {
public static final String VERSION_DATE = "2010-10-06";
public static final String VERSION_DATE = "2010-10-14";
public static final String PACKAGE_NAME = "gov.nasa.arc.geocam.geocam";

public static final String DEBUG_ID = "GeoCamMobile";
Expand Down

0 comments on commit 5b27963

Please sign in to comment.