diff --git a/CMakeLists.txt b/CMakeLists.txt index 2717e9556d662282041fb09e80265f523aab1542..d10115dc440e1e60b79ffe645f2d86e7eeecee39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include(CheckNotInSources) #------------------------------------------------------ # custom variable allowing to define version suffixes such as -rc*, -beta*, ... -set(PUGS_VERSION "0.4.0") +set(PUGS_VERSION "0.4.1") # deduce PUGS_SHORT_VERSION using regex string(REGEX MATCH "^[0-9]+\.[0-9]+\.[0-9]+" PUGS_SHORT_VERSION ${PUGS_VERSION})