updated version number to 0.19.2, changed min target to API 10 vs API 9 as recommended by Android

This commit is contained in:
Michael Nguyen
2013-10-28 16:19:01 -07:00
parent 38725aaeac
commit eeb4a4e755
6 changed files with 7 additions and 7 deletions

View File

@@ -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