Fix version auto generation.
This commit is contained in:
@@ -23,14 +23,12 @@
|
||||
#define VERSION "@UHUB_VERSION_MAJOR@.@UHUB_VERSION_MINOR@.@UHUB_VERSION_PATCH@"
|
||||
#endif
|
||||
|
||||
#define GIT_REVISION "@UHUB_REVISION@"
|
||||
#define GIT_VERSION "@UHUB_GIT_VERSION@"
|
||||
|
||||
#ifndef PRODUCT
|
||||
#define PRODUCT "uhub"
|
||||
#endif
|
||||
|
||||
#define REVISION GIT_REVISION
|
||||
#define PRODUCT_STRING PRODUCT "/" GIT_VERSION
|
||||
|
||||
#ifndef COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user