mirror of
https://github.com/raul-ortega/u360gts.git
synced 2025-07-12 19:10:34 +03:00
Version bump
This commit is contained in:
parent
74d578fe25
commit
e99f0722ca
1 changed files with 3 additions and 3 deletions
|
@ -16,12 +16,12 @@
|
|||
*/
|
||||
|
||||
#define FC_VERSION_MAJOR 11 // increment when a major release is made (big new feature, etc)
|
||||
#define FC_VERSION_MINOR 1 // increment when a minor release is made (small new feature, change etc)
|
||||
#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed
|
||||
#define FC_VERSION_MINOR 2 // increment when a minor release is made (small new feature, change etc)
|
||||
#define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
|
||||
|
||||
#define STR_HELPER(x) #x
|
||||
#define STR(x) STR_HELPER(x)
|
||||
#define FC_VERSION_STRING "dev-" STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
|
||||
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
|
||||
|
||||
#define MW_VERSION 231
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue