Skip to content

Commit

Permalink
Update Android "super-minor" version number to be ready for emergency…
Browse files Browse the repository at this point in the history
… android-only fix
  • Loading branch information
hrydgard committed Sep 18, 2016
1 parent 3ee2b27 commit 175f331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="1300"
android:versionName="1.3.0.0">
android:versionCode="1301"
android:versionName="1.3.0.1">

<uses-sdk
android:minSdkVersion="9"
Expand Down

1 comment on commit 175f331

@unknownbrackets
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reporting code sees "v1.3.0.1" the same basically as "v1.3-1-g0000000". Should be fine, but just noting.

Also, "v1.3.0.1-2-g0000000" is parsed the same as "v1.3-102-g0000000". Again, maybe not perfect but there are only so many digits. Anyway, hopefully we can avoid such complicated version numbers as "v1.3.0.1-2-g000000" or going to more than 5 numbers....

-[Unknown]

Please sign in to comment.