From af4043824f4a6d068e601fe4c94f327373c2c919 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Fri, 16 Jul 2021 23:40:58 +0300 Subject: Increment version to 0.9.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 346e899..1936bea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project (specgram VERSION 1.0.0 LANGUAGES CXX) # Version set (VERSION_MAJOR 0) set (VERSION_MINOR 9) -set (VERSION_PATCH 0) +set (VERSION_PATCH 1) # C++20 set(CMAKE_CXX_STANDARD 20) -- cgit v1.2.3