From 506dcd63779e86baf2ac9d781061bd26d138cf40 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 22 Jul 2021 22:40:05 +0300 Subject: Bump to 0.9.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ba7b6e7..1a73ca1 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 1) +set (VERSION_PATCH 2) # C++20 set(CMAKE_CXX_STANDARD 20) -- cgit v1.2.3