Increase version number to 0.19.0. I did it manually, not sure how to run the build scripts :/

This commit is contained in:
wagic.the.homebrew@gmail.com
2013-05-06 05:10:19 +00:00
parent 386fc08e3a
commit 0c8f1e1573
3 changed files with 5 additions and 5 deletions

View File

@@ -12,8 +12,8 @@ Author: Michael Nguyen
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 18
#define WAGIC_VERSION_MINOR 6
#define WAGIC_VERSION_MEDIUM 19
#define WAGIC_VERSION_MINOR 0
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c