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 423c147 commit a57a78dCopy full SHA for a57a78d
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
3
set(CMAKE_CXX_STANDARD 20)
4
set(CMAKE_CXX_STANDARD_REQUIRED True)
5
6
-project(PseudoEngine2 VERSION 1.0.1)
+project(PseudoEngine2 VERSION 1.0.2)
7
8
configure_file(PsConfig.h.in PsConfig.h)
9
add_executable(PseudoEngine2)
0 commit comments