diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e31fa4a..e6137449 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 2.6) project (cint C) -set(cint_VERSION "3.0.6") +set(cint_VERSION "3.0.11") #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -DNDEBUG") if ("${CMAKE_BUILD_TYPE}" STREQUAL "")