diff --git a/win32/FireflyShell/version.h.templ b/win32/FireflyShell/version.h.templ index e21c9219..ea909e8f 100644 --- a/win32/FireflyShell/version.h.templ +++ b/win32/FireflyShell/version.h.templ @@ -1,6 +1,6 @@ /* Version number of package */ -#define VERSION_MAJOR 0 -#define VERSION_MID 1 +#define VERSION_MAJOR 1 +#define VERSION_MID 0 #define VERSION_MINOR 0 #define VERSION_BUILD $WCREV$ @@ -10,4 +10,4 @@ #define VERSION_STRIZE2(x) #x #define VERSION_STRIZE(x) VERSION_STRIZE2(x) -#define VERSION_STRING VERSION_STRIZE(VERSION_MAJOR) "." VERSION_STRIZE(VERSION_MID) "-svn" VERSION_STRIZE(VERSION_BUILD) VERSION_LOCAL +#define VERSION_STRING VERSION_STRIZE(VERSION_MAJOR) "." VERSION_STRIZE(VERSION_MID) " svn-" VERSION_STRIZE(VERSION_BUILD) VERSION_LOCAL