diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index eaeea6be9..2ae0c4ac4 100644 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Source/Project64-core/Version.h b/Source/Project64-core/Version.h index b9e9bcce4..efa5419e5 100644 --- a/Source/Project64-core/Version.h +++ b/Source/Project64-core/Version.h @@ -11,9 +11,15 @@ #define STRINGIZE2(s) #s #define STRINGIZE(s) STRINGIZE2(s) +#ifdef ANDROID +#define VERSION_MAJOR 2 +#define VERSION_MINOR 3 +#define VERSION_REVISION 3 +#else #define VERSION_MAJOR 2 #define VERSION_MINOR 4 #define VERSION_REVISION 0 +#endif #define VERSION_BUILD 9999 #define VER_FILE_DESCRIPTION_STR "Project64"