updated build number to 0.18.4

This commit is contained in:
techdragon.nguyen@gmail.com
2012-04-17 11:25:50 +00:00
parent f80127dff3
commit bd9dc97ee0
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 3
#define WAGIC_VERSION_MINOR 4
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c