1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 27 May 2023 14:34:25 +0200
Subject: Increase version tweak
Forwarded: not-needed
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 271e25d..7a158ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18...3.26)
message(STATUS "Configuring with CMake ${CMAKE_VERSION}")
-project(stdgpu VERSION 1.3.0
+project(stdgpu VERSION 1.3.0.20220507
DESCRIPTION "Efficient STL-like Data Structures on the GPU"
LANGUAGES CXX)
|