From d2d2ad643811ef3054b1d215836f1365ac382d54 Mon Sep 17 00:00:00 2001 From: Eyal Rozenberg Date: Thu, 19 Oct 2023 14:23:04 +0300 Subject: [PATCH] Bumped version number to 0.6.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)