Major release

This commit is contained in:
2022-11-12 19:02:52 +01:00
parent cca140f6d7
commit b09dfcb7be
18 changed files with 985 additions and 0 deletions

10
config.hpp.in Normal file
View 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