From 504b3d67381c20d0f014ef3c5fa14e2064621dac Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 13 Jun 2018 23:44:12 +0200 Subject: [PATCH] - 3.4.1 --- src/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/version.h b/src/version.h index 40e89fc943c..a8a61c07e93 100644 --- a/src/version.h +++ b/src/version.h @@ -48,14 +48,14 @@ const char *GetVersionString(); #ifdef GIT_DESCRIPTION #define VERSIONSTR GIT_DESCRIPTION #else -#define VERSIONSTR "g3.4.0" +#define VERSIONSTR "g3.4.1" #endif // The version as seen in the Windows resource -#define RC_FILEVERSION 3,4,0,0 -#define RC_PRODUCTVERSION 3,4,0,0 +#define RC_FILEVERSION 3,4,1,0 +#define RC_PRODUCTVERSION 3,4,1,0 #define RC_PRODUCTVERSION2 VERSIONSTR -// These are for content versioning. The current state is '3.3'. +// These are for content versioning. The current state is '3.4'. #define VER_MAJOR 3 #define VER_MINOR 4 #define VER_REVISION 0