Skip to content

Commit

Permalink
Bump version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Apr 19, 2022
1 parent f0b526e commit cd9ab21
Show file tree
Hide file tree
Showing 9 changed files with 14,439 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Project setup
################################################################################
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(JuPedSim VERSION 0.9.5 LANGUAGES CXX)
project(JuPedSim VERSION 0.9.6 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#description: jpscore (0.9.5)
#description: jpscore (0.9.6)
#agents: 40
#count: 0
#framerate: 8.00
Expand Down
Loading

0 comments on commit cd9ab21

Please sign in to comment.