version.h: add versioning info from git
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
4
cmake/modules/version.c.in
Normal file
4
cmake/modules/version.c.in
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "version.h"
|
||||
|
||||
const char* gVERSION = "@VERSION@";
|
||||
const char* gVERSION_SHORT = "@VERSION_SHORT@";
|
||||
Reference in New Issue
Block a user