diff --git a/projects/mtg/Android/AndroidManifest.xml b/projects/mtg/Android/AndroidManifest.xml index 46917afe6c..36fe0f16a6 100644 --- a/projects/mtg/Android/AndroidManifest.xml +++ b/projects/mtg/Android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/projects/mtg/build.number.properties b/projects/mtg/build.number.properties index f576f2225d..db5a30cb08 100644 --- a/projects/mtg/build.number.properties +++ b/projects/mtg/build.number.properties @@ -1,3 +1,3 @@ build.major = 0 build.minor = 18 -build.point = 4 +build.point = 5 diff --git a/projects/mtg/include/Wagic_Version.h b/projects/mtg/include/Wagic_Version.h index 0482f57c17..6c2e7af140 100644 --- a/projects/mtg/include/Wagic_Version.h +++ b/projects/mtg/include/Wagic_Version.h @@ -1,6 +1,6 @@ /* -This file was auto-generated by ant build script on Thu, 19-Apr-2012 00::00:30 +This file was auto-generated by ant build script on Fri, 20-Apr-2012 00::54:16 */ #ifndef wagic_Wagic_Version_h @@ -9,7 +9,7 @@ This file was auto-generated by ant build script on Thu, 19-Apr-2012 00::00:30 /* Wagic versions */ #define WAGIC_VERSION_MAJOR 0 #define WAGIC_VERSION_MEDIUM 18 -#define WAGIC_VERSION_MINOR 4 +#define WAGIC_VERSION_MINOR 5 #define VERSION_DOT(a, b, c) a ##.## b ##.## c #define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c