mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-22 21:31:07 -05:00
94ec83fcdb
Moved header file with version information to retroshare/rsversion.h. Added version information to Windows executable. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
6 lines
192 B
Plaintext
6 lines
192 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?
|
|
#define RS_REVISION_NUMBER $WCREV$
|