Skip to content

Commit

Permalink
CMake: Bump project version to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Feb 18, 2023
1 parent 9abb3b0 commit 90ca41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.17)
include(CMakeDependentOption)

project(ModelRailroadTimetablePlanner VERSION 6.1.0 LANGUAGES CXX)
project(ModelRailroadTimetablePlanner VERSION 6.2.0 LANGUAGES CXX)

option(UPDATE_TS "Update translations" OFF)
option(UPDATE_TS_KEEP_OBSOLETE "Keep obsolete entries when updating translations" ON)
Expand Down

0 comments on commit 90ca41c

Please sign in to comment.