diff --git a/CMakeLists.txt b/CMakeLists.txt
index b48ab034d32201b28c8d0ca18192467ae48ba6f1..6782b027681dd2b1c780a34cf48fe6e44b4a93c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ endif(CCACHE_FOUND)
 set (CMAKE_MACOSX_RPATH 1)
 
 # set the current version of ACTS
-set (ACTS_VERSION 0.04.00)
+set (ACTS_VERSION 0.04.01)
 
 # convert the version into a plain number to be used in the version header file
 string (REPLACE "." "" ACTS_VERSION_NUMBER ${ACTS_VERSION})