diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e725a0b..e351e429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(DEFINED PY_VERSION_INFO) set(IS_PYTHON TRUE) endif() -project(ntgcalls VERSION 1.2.0.6 LANGUAGES C CXX) +project(ntgcalls VERSION 1.2.0.7 LANGUAGES C CXX) add_compile_definitions(NTG_VERSION="${CMAKE_PROJECT_VERSION}") find_package(Threads REQUIRED)