Fixed version number in rsversion.in

This commit is contained in:
thunder2 2017-08-06 14:10:23 +02:00
parent 529eabeca7
commit 3ae85dbc6f

View file

@ -1,6 +1,6 @@
#define RS_MAJOR_VERSION 0 #define RS_MAJOR_VERSION 0
#define RS_MINOR_VERSION 6 #define RS_MINOR_VERSION 6
#define RS_BUILD_NUMBER 2 #define RS_BUILD_NUMBER 3
#define RS_BUILD_NUMBER_ADD "" #define RS_BUILD_NUMBER_ADD ""
// The revision number should be the 4 first bytes of the git revision hash, which is obtained using: // The revision number should be the 4 first bytes of the git revision hash, which is obtained using: