src/main.h

changeset 604
01bdac75994a
parent 603
47e7773c7841
child 606
3dd6f343ec06
equal deleted inserted replaced
603:47e7773c7841 604:01bdac75994a
49 49
50 #include "property.h" 50 #include "property.h"
51 #include "config.h" 51 #include "config.h"
52 52
53 #define APPNAME "LDForge" 53 #define APPNAME "LDForge"
54 #define UNIXNAME "ldforge" 54 #define UNIXNAME "ldforge"
55 #define VERSION_MAJOR 0 55 #define VERSION_MAJOR 0
56 #define VERSION_MINOR 2 56 #define VERSION_MINOR 2
57 #define VERSION_PATCH 999 57 #define VERSION_PATCH 999
58 #define BUILD_ID BUILD_INTERNAL 58 #define BUILD_ID BUILD_INTERNAL
59 59
60 #define BUILD_INTERNAL 0 60 #define BUILD_INTERNAL 0
61 #define BUILD_RELEASE 1 61 #define BUILD_RELEASE 1
62 62
63 // ============================================= 63 // =============================================

mercurial