diff --git a/projects/mtg/Android/AndroidManifest.xml b/projects/mtg/Android/AndroidManifest.xml index 570694fad..0ed014758 100644 --- a/projects/mtg/Android/AndroidManifest.xml +++ b/projects/mtg/Android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/projects/mtg/Android/default.properties b/projects/mtg/Android/default.properties index 9a2c9f6c8..8010039f3 100644 --- a/projects/mtg/Android/default.properties +++ b/projects/mtg/Android/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-9 +target=android-10 diff --git a/projects/mtg/Android/project.properties b/projects/mtg/Android/project.properties index c6998b3d1..b7c2081d5 100644 --- a/projects/mtg/Android/project.properties +++ b/projects/mtg/Android/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-9 +target=android-10 diff --git a/projects/mtg/Android/res/values/strings.xml b/projects/mtg/Android/res/values/strings.xml index ce5a8b3d2..bdcff8685 100644 --- a/projects/mtg/Android/res/values/strings.xml +++ b/projects/mtg/Android/res/values/strings.xml @@ -1,6 +1,6 @@ Wagic - 0.19.0 - Wagic v0.19.0\\nAll Rights Reserved. + 0.19.2 + Wagic v0.19.2\\nAll Rights Reserved. diff --git a/projects/mtg/build.number.properties b/projects/mtg/build.number.properties index 721346776..e7ac65b05 100644 --- a/projects/mtg/build.number.properties +++ b/projects/mtg/build.number.properties @@ -2,5 +2,5 @@ #Sun, 06 May 2012 11:56:35 -0700 build.major=0 build.minor=19 -build.point=1 +build.point=2 diff --git a/projects/mtg/include/Wagic_Version.h b/projects/mtg/include/Wagic_Version.h index 7ba2fb3eb..4978f7c5d 100644 --- a/projects/mtg/include/Wagic_Version.h +++ b/projects/mtg/include/Wagic_Version.h @@ -13,7 +13,7 @@ Author: Michael Nguyen /* Wagic versions */ #define WAGIC_VERSION_MAJOR 0 #define WAGIC_VERSION_MEDIUM 19 -#define WAGIC_VERSION_MINOR 1 +#define WAGIC_VERSION_MINOR 2 #define VERSION_DOT(a, b, c) a ##.## b ##.## c #define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c