From fc328b7e205c3272075f215361e080db06e25b30 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 6 May 2023 21:21:34 +0300 Subject: Bump to 0.9.3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ec9599..2d16186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project (specgram LANGUAGES CXX) # Version set (VERSION_MAJOR 0) set (VERSION_MINOR 9) -set (VERSION_PATCH 2) +set (VERSION_PATCH 3) # C++20 set(CMAKE_CXX_STANDARD 20) -- cgit v1.2.3