2015-01-14 18:26:51 -05:00
|
|
|
#define RS_MAJOR_VERSION 0
|
|
|
|
#define RS_MINOR_VERSION 6
|
2016-08-30 11:21:01 -04:00
|
|
|
#define RS_BUILD_NUMBER 1
|
2015-01-14 18:26:51 -05:00
|
|
|
#define RS_BUILD_NUMBER_ADD "x" // <-- do we need this?
|
2015-08-02 11:12:48 -04:00
|
|
|
// 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
|
|
|
|
//
|
|
|
|
// Do not forget the 0x, since the RS_REVISION_NUMBER should be an integer.
|
|
|
|
//
|
2015-08-04 08:07:52 -04:00
|
|
|
#define RS_REVISION_STRING "01234567"
|
2015-08-02 11:12:48 -04:00
|
|
|
#define RS_REVISION_NUMBER 0x01234567
|