diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b370ab7..059c2958 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.9 LANGUAGES C CXX) +project(ntgcalls VERSION 1.2.0.10 LANGUAGES C CXX) add_compile_definitions(NTG_VERSION="${CMAKE_PROJECT_VERSION}") find_package(Threads REQUIRED)