Merge pull request #82 from VoiDeD/fix-version

Update version for manual builds of the 1.7 branch.
This commit is contained in:
David Anderson 2014-07-09 09:53:40 -07:00
commit d9420cab49

View File

@ -52,13 +52,13 @@
#define SM_BUILD_LOCAL_REV "0"
#define SM_BUILD_CSET "0"
#define SM_BUILD_MAJOR "1"
#define SM_BUILD_MINOR "6"
#define SM_BUILD_MINOR "7"
#define SM_BUILD_RELEASE "0"
#define SM_BUILD_UNIQUEID SM_BUILD_LOCAL_REV ":" SM_BUILD_CSET
#define SM_VERSION_STRING SM_BUILD_MAJOR "." SM_BUILD_MINOR "." SM_BUILD_RELEASE "-" SM_BUILD_TAG
#define SM_VERSION_FILE 1,6,0,0
#define SM_VERSION_FILE 1,7,0,0
#endif
#define SM_BUILD_TIMESTAMP __DATE__ " " __TIME__