Merge pull request #982 from csoler/v0.6.3

updated version number
This commit is contained in:
csoler 2017-08-03 22:55:27 +02:00 committed by GitHub
commit 27ee9ca4a0

View File

@ -1,7 +1,7 @@
#define RS_MAJOR_VERSION 0
#define RS_MINOR_VERSION 6
#define RS_BUILD_NUMBER 3
#define RS_BUILD_NUMBER_ADD "RC2" // <-- do we need this?
#define RS_BUILD_NUMBER_ADD "" // <-- do we need this?
// The revision number should be the 4 first bytes of the git revision hash, which is obtained using:
// git log --pretty="%H" | head -1 | cut -c1-8
//