From fd810d0e982440a0839c5959191096b5a769bf80 Mon Sep 17 00:00:00 2001 From: Eyal Rozenberg Date: Wed, 20 Dec 2023 00:03:17 +0200 Subject: [PATCH] Bumped version to 0.6.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d13c2b40..715ad7de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR) PROJECT(cuda-api-wrappers - VERSION 0.6.6 + VERSION 0.6.7 DESCRIPTION "Thin C++-flavored wrappers for the CUDA Runtime API" HOMEPAGE_URL https://github.com/eyalroz/cuda-api-wrappers )