diff --git a/src/version.h b/src/version.h index 7ba8fc7ec..679ae1113 100644 --- a/src/version.h +++ b/src/version.h @@ -48,12 +48,12 @@ const char *GetVersionString(); #ifdef GIT_DESCRIPTION #define VERSIONSTR GIT_DESCRIPTION #else -#define VERSIONSTR "3.5pre" +#define VERSIONSTR "3.6pre" #endif // The version as seen in the Windows resource -#define RC_FILEVERSION 3,4,9999,0 -#define RC_PRODUCTVERSION 3,4,9999,0 +#define RC_FILEVERSION 3,5,9999,0 +#define RC_PRODUCTVERSION 3,5,9999,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. The current state is '3.3'. #define VER_MAJOR 3