test build number

This commit is contained in:
Anthony Calosa
2016-07-17 08:35:14 +08:00
parent 9551c9bed4
commit d70fd8c208

View File

@@ -77,7 +77,7 @@ Author: Michael Nguyen
#define WAGIC_VERSION_MAJOR ${build.major}
#define WAGIC_VERSION_MEDIUM ${build.minor}
#define WAGIC_VERSION_MINOR ${build.point}
#define WAGIC_VERSION_REVISION ${env.TRAVIS_BUILD_NUMBER}
#define WAGIC_VERSION_REVISION ((${env.TRAVIS_BUILD_NUMBER})-1198)
#define VERSION_DOT(a, b, c, d) a ##.## b ##.## c ##.## d
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c