Skip to content

Commit a57a78d

Browse files
committed
v1.0.2
1 parent 423c147 commit a57a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
set(CMAKE_CXX_STANDARD 20)
44
set(CMAKE_CXX_STANDARD_REQUIRED True)
55

6-
project(PseudoEngine2 VERSION 1.0.1)
6+
project(PseudoEngine2 VERSION 1.0.2)
77

88
configure_file(PsConfig.h.in PsConfig.h)
99
add_executable(PseudoEngine2)

0 commit comments

Comments
 (0)