switched version to 0.6.4

This commit is contained in:
csoler 2018-02-19 21:49:06 +01:00
parent afc43d0ff7
commit 566776366f
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 32 additions and 20 deletions

View file

@ -1,6 +1,6 @@
#define RS_MAJOR_VERSION 0
#define RS_MINOR_VERSION 6
#define RS_BUILD_NUMBER 3
#define RS_BUILD_NUMBER 4
#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