diff --git a/CMakeLists.txt b/CMakeLists.txt index 78191834..a807960f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ find_package(cetmodules 4.01.01 REQUIRED) # Main project declaration project( phlex - VERSION 0.0.1 + VERSION 0.0.1.1 LANGUAGES CXX ) # ##############################################################################