summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2021-07-22 22:40:05 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2021-07-22 22:40:05 +0300
commit506dcd63779e86baf2ac9d781061bd26d138cf40 (patch)
treef8774d669e147e3cb0f6559a8d42a2ae5f4c563b /CMakeLists.txt
parent0b170434b41b473341e8896869a95381bc1c2fbb (diff)
Bump to 0.9.2.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)