diff --git a/src/CoolKernel/CoolKernel/VersionInfo.h b/src/CoolKernel/CoolKernel/VersionInfo.h index 00ff91254b79c307252b53a700bfdd66d28edf0e..a81b0fdb792fc78152fed6478f4524c6cc7e3be4 100644 --- a/src/CoolKernel/CoolKernel/VersionInfo.h +++ b/src/CoolKernel/CoolKernel/VersionInfo.h @@ -19,8 +19,8 @@ // Note that the former is defined within quotes, the latter are not! #define COOL_VERSIONINFO_RELEASE_MAJOR 3 #define COOL_VERSIONINFO_RELEASE_MINOR 3 -#define COOL_VERSIONINFO_RELEASE_PATCH 12 -#define COOL_VERSIONINFO_RELEASE "3.3.12" +#define COOL_VERSIONINFO_RELEASE_PATCH 13 +#define COOL_VERSIONINFO_RELEASE "3.3.13" // Sanity check: does this compiler support c++11? (see CORALCOOL-2808) #if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )