Skip to content

Commit

Permalink
Bump version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Nov 11, 2016
1 parent a3b66e5 commit 51ae22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/build/version.h
Expand Up @@ -17,7 +17,7 @@

#define FC_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 14 // 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)
Expand Down

0 comments on commit 51ae22d

Please sign in to comment.