We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb4728 commit 8d58134Copy full SHA for 8d58134
CMakeLists.txt
@@ -10,9 +10,9 @@ cmake_minimum_required(VERSION 3.17.5)
10
# 4. Commit these changes to CMakeLists.txt and push (git push)
11
# 5. Tag Git commit (git tag ${VERSION} && git push origin ${VERSION})
12
# 6. Compile & distribute the release artifacts
13
-project(delphy VERSION 1.2.2)
14
-set(BUILD_NUMBER 2049)
15
-set(BUILD_PREV_GIT_HASH 7c403ae)
+project(delphy VERSION 1.3.0)
+set(BUILD_NUMBER 2050)
+set(BUILD_PREV_GIT_HASH ffb4728)
16
17
set(CMAKE_CXX_STANDARD 20)
18
set(CMAKE_CXX_STANDARD_REQUIRED YES)
0 commit comments