Skip to content

Commit

Permalink
Merge pull request #64 from adi64/fix-version
Browse files Browse the repository at this point in the history
bump version in CMakeLists from 2.2.0 to 2.4.1
  • Loading branch information
jklimke authored Mar 8, 2022
2 parents 307f9e5 + af7fe7e commit ecabda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0 FATAL_ERROR)
PROJECT ( libcitygml )

set(META_VERSION_MAJOR "2")
set(META_VERSION_MINOR "2")
set(META_VERSION_PATCH "0")
set(META_VERSION_MINOR "4")
set(META_VERSION_PATCH "1")

set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")

Expand Down

0 comments on commit ecabda2

Please sign in to comment.