incremented build number to 0.18.2

This commit is contained in:
techdragon.nguyen@gmail.com
2012-04-09 14:37:24 +00:00
parent f9a638143b
commit e8427452cd
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 18
#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