diff --git a/CMakeLists.txt b/CMakeLists.txt index e240e00c..2f795fdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(WIN32 AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") endif() PROJECT(cuda-api-wrappers - VERSION 0.6.4 + VERSION 0.6.6 DESCRIPTION "Thin C++-flavored wrappers for the CUDA Runtime API" HOMEPAGE_URL https://github.com/eyalroz/cuda-api-wrappers LANGUAGES CUDA CXX)