Private
Public Access
2
0

version.h: add versioning info from git

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-28 00:29:14 +01:00
parent 1ba2d6040c
commit 00fd42b186
11 changed files with 262 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
#include "version.h"
const char* gVERSION = "@VERSION@";
const char* gVERSION_SHORT = "@VERSION_SHORT@";