diff --git a/src/CoolKernel/CoolKernel/VersionInfo.h b/src/CoolKernel/CoolKernel/VersionInfo.h index a55897e27f6c101fba6360d063d03b1c92451633..db77df32009b01a31a0da05f6764f235189649ba 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 1 -#define COOL_VERSIONINFO_RELEASE "3.3.1" +#define COOL_VERSIONINFO_RELEASE_PATCH 2 +#define COOL_VERSIONINFO_RELEASE "3.3.2" // Sanity check: does this compiler support c++11? (see CORALCOOL-2808) #if ( ! defined(__GXX_EXPERIMENTAL_CXX0X__) ) && (__cplusplus < 201103L )