first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / __build_version.h
1 #ifndef BUILD_VERSION_CONFIGURATION
2 #define BUILD_VERSION_CONFIGURATION
3
4   // This file provides the version macros for this particular build.
5
6   #ifndef __build_major
7     #define __build_major "2"
8   #endif
9   #ifndef __build_minor
10     #define __build_minor "108"
11   #endif
12   #ifndef __build_revision
13     #define __build_revision "86"
14   #endif
15   #ifndef __build_build
16     #define __build_build "0"
17   #endif
18
19   // calculated macros are dropped in here.
20
21   #define __build_SYSTEM_VERSION "2.108.86.0"
22
23   #define __build_FILE_VERSION_COMMAS 2, 108, 86, 0
24   #define __build_FILE_VERSION "2.108.86.0"
25   #define __build_PRODUCT_VERSION_COMMAS 2, 108, 0, 0
26   #define __build_PRODUCT_VERSION "2.108"
27
28 #endif /* outer guard */
29