Bump version to 2.4.1

This commit is contained in:
borisbstyle 2016-02-18 20:52:23 +01:00
parent ccd6d8bb70
commit 100f895a9c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define FC_VERSION_MAJOR 2 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 4 // 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 FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)