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