upped build number

don't know if we can compute travis build number minus the last build of
this
This commit is contained in:
Anthony Calosa
2016-07-17 08:02:04 +08:00
parent 06740564f8
commit 9551c9bed4
4 changed files with 7 additions and 7 deletions

View File

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