updating version to 0.18.3

This commit is contained in:
techdragon.nguyen@gmail.com
2012-04-15 14:13:08 +00:00
parent 2acdf55548
commit f75314394f
5 changed files with 69 additions and 51 deletions

View File

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