Skip to content

Commit

Permalink
updated version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jklimke committed Jan 4, 2024
1 parent 23af044 commit 0d52e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0 FATAL_ERROR)

PROJECT ( libcitygml )

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

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

Expand Down

0 comments on commit 0d52e3a

Please sign in to comment.