Skip to content

Commit

Permalink
raised version number to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Klimke committed Apr 19, 2018
1 parent bba4772 commit b71d2e8
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
Expand Up @@ -4,7 +4,7 @@ PROJECT ( libcitygml )

set(META_VERSION_MAJOR "2")
set(META_VERSION_MINOR "0")
set(META_VERSION_PATCH "8")
set(META_VERSION_PATCH "9")

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

Expand Down

0 comments on commit b71d2e8

Please sign in to comment.