Merge pull request #22 from micrakow/cas_ver_cleanup

Reported CAS version cleanup
This commit is contained in:
Jan Musiał 2019-05-23 13:38:48 +02:00 committed by GitHub
commit 7649ede1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -34,8 +34,8 @@ else
echo ""
CAS_VERSION_MAIN=19
CAS_VERSION_MAJOR=3
CAS_VERSION_MINOR=0
CAS_VERSION_MAJOR=03
CAS_VERSION_MINOR=00
CAS_BUILD_NO=0000`date +%m%d`
CAS_BUILD_FLAG=

View File

@ -11,8 +11,7 @@
#endif
#define STR_PREP(x) #x
#define PR_STR(x) STR_PREP(x)
#define FMT_VERSION(x) "0" PR_STR(x)
#define FMT_VERSION(x) STR_PREP(x)
#ifdef CAS_BUILD_FLAG
#define CAS_VERSION_FLAG "-"CAS_BUILD_FLAG