Remove some old versioning system cruft remnants

This commit is contained in:
Gioacchino Mazzurco 2018-12-18 21:25:46 +01:00
parent d19531cfcc
commit e80abde78a
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 8 additions and 20 deletions

View file

@ -1,12 +0,0 @@
#define RS_MAJOR_VERSION 0
#define RS_MINOR_VERSION 6
#define RS_BUILD_NUMBER 4
#define RS_BUILD_NUMBER_ADD ""
// 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$