mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-05 21:01:11 -05:00
789df68582
- Added template file version.html.in - Removed RS_BUILD_NUMBER from Windows executable FileVersion
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
#define RS_MAJOR_VERSION 0
|
|
#define RS_MINOR_VERSION 6
|
|
#define RS_BUILD_NUMBER 0
|
|
#define RS_BUILD_NUMBER_ADD "x" // <-- 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
|
|
//
|
|
// Do not forget the 0x, since the RS_REVISION_NUMBER should be an integer.
|
|
//
|
|
#define RS_REVISION_STRING "$REV$"
|
|
#define RS_REVISION_NUMBER 0x$REV$
|