Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
[spmc] bump to 13.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Aug 15, 2014
1 parent 327e8ef commit 9c03fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/android/packaging/xbmc/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- BEGIN_INCLUDE(manifest) -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.semperpax.spmc"
android:versionCode="130301"
android:versionName="13.3.1 (SPMC)" >
android:versionCode="130302"
android:versionName="13.3.2 (SPMC)" >

<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="14" />
Expand Down
2 changes: 1 addition & 1 deletion xbmc/GUIInfoManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ namespace INFO

#define VERSION_MAJOR 13
#define VERSION_MINOR 3
#define VERSION_TAG "-SPMC(1)"
#define VERSION_TAG "-SPMC(2)"

#define LISTITEM_START 35000
#define LISTITEM_THUMB (LISTITEM_START)
Expand Down

0 comments on commit 9c03fe0

Please sign in to comment.