diff --git a/src/Build/Version.h.in b/src/Build/Version.h.in index 778581471d..c67cfb174c 100644 --- a/src/Build/Version.h.in +++ b/src/Build/Version.h.in @@ -1,7 +1,7 @@ /// Version Number #define FCVersionMajor "0" -#define FCVersionMinor "12" +#define FCVersionMinor "13" #define FCVersionName "Vulcan" #define FCRevision "$WCREV$" //Highest committed revision number @@ -14,5 +14,5 @@ //TrueText if the tested condition is true, and FalseText if false. #define FCScrClean "$WCMODS?Src modified:Src not modified$" //True if local modifications found -#define FCScrMixed "$WCMIXED?Src mixed:Src not mixed$" //True if mixed update revisions found - +#define FCScrMixed "$WCMIXED?Src mixed:Src not mixed$" //True if mixed update revisions found +