Skip to content

Commit c62ec59

Browse files
authored
Bump version to 1.2.1
1 parent 5052189 commit c62ec59

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
@@ -2,7 +2,7 @@
22
# Project setup
33
################################################################################
44
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
5-
project(JuPedSim VERSION 1.2.0 LANGUAGES CXX)
5+
project(JuPedSim VERSION 1.2.1 LANGUAGES CXX)
66
set(CMAKE_CXX_STANDARD 20)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)
88
set(CMAKE_CXX_EXTENSIONS OFF)

0 commit comments

Comments
 (0)