We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93adacd commit 330a9caCopy full SHA for 330a9ca
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.23)
2
3
option(GENERATE_INSTALLER "Generate an installer." OFF)
4
5
-project(TimeLight VERSION 2.3.0 LANGUAGES CXX)
+project(TimeLight VERSION 2.3.1 LANGUAGES CXX)
6
7
set(TimeLight_VERSION_STR "${TimeLight_VERSION_MAJOR}.${TimeLight_VERSION_MINOR}.${TimeLight_VERSION_PATCH}")
8
0 commit comments