diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-16 23:40:58 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-16 23:40:58 +0300 |
| commit | af4043824f4a6d068e601fe4c94f327373c2c919 (patch) | |
| tree | 79e93da5c4512a967ceb88446f91b8523e66bd24 /CMakeLists.txt | |
| parent | 0fa1280946b905e0147c01b98392eea3cfa07c9b (diff) | |
Increment version to 0.9.1
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
