updated Version number to 0181

This commit is contained in:
techdragon.nguyen@gmail.com
2012-03-16 16:50:12 +00:00
parent 10e8e8b033
commit 33a86f4c44
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 18
#define WAGIC_VERSION_MINOR 0
#define WAGIC_VERSION_MINOR 1
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c