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