- Bump version number to 0.18

- Fix issue introduced in 0.17 with Immortal task
This commit is contained in:
wagic.the.homebrew
2012-02-04 14:28:07 +00:00
parent 86e7a9b97f
commit b0532b8059
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -28,8 +28,8 @@
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 17
#define WAGIC_VERSION_MINOR 1
#define WAGIC_VERSION_MEDIUM 18
#define WAGIC_VERSION_MINOR 0
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c