diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b663f68..83b92ade 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if(DEFINED PY_VERSION_INFO) set(IS_PYTHON TRUE) endif() -project(ntgcalls VERSION 1.1.3.3 LANGUAGES C CXX) +project(ntgcalls VERSION 1.1.3.4 LANGUAGES C CXX) add_compile_definitions(NTG_VERSION="${CMAKE_PROJECT_VERSION}") find_package(Threads REQUIRED)