Major release
This commit is contained in:
10
config.hpp.in
Normal file
10
config.hpp.in
Normal file
@@ -0,0 +1,10 @@
|
||||
#define VERSION_MAJOR @VERSION_MAJOR
|
||||
#define VERSION_MINOR @VERSION_MINOR
|
||||
|
||||
#define CONFIG_USE_IN_APP 1
|
||||
#define CONFIG_USE_FILE 2
|
||||
#define CONFIG_USE_MYSQL 3
|
||||
|
||||
#define storageType CONFIG_USE_MYSQL
|
||||
|
||||
#define enableDebug 1
|
||||
Reference in New Issue
Block a user