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