Skip to content

Commit

Permalink
updated version to 2.2 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Feb 4, 2023
1 parent b815eee commit e3b5af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set( MAJOR_VERSION 2)
SET(MINOR_VERSION 1)
SET(MINOR_VERSION 2)
if (${VERSION}.x STREQUAL ".x")
if (MSVC)
message("windows: Extracting git software version")
Expand All @@ -18,4 +18,4 @@ if (${VERSION}.x STREQUAL ".x")
SET(BUILD_NUMBER ${VERSION-BASE})
SET(VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${BUILD_NUMBER}-${VERSION-REMAINDER})
endif()
message("Software Version: ${VERSION}")
message("Software Version: ${VERSION}")

0 comments on commit e3b5af4

Please sign in to comment.