Skip to content

Commit

Permalink
Changing version to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jul 21, 2021
1 parent ce5958f commit b5de897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(macros.cmake)

set(VERSION_MAJOR 9)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)

message("CMAKE_GENERATOR=${CMAKE_GENERATOR}")

Expand Down
2 changes: 1 addition & 1 deletion cmake/versionExtraction.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endmacro()

macro(get_git_describe VARNAME)
execute_process(
COMMAND git describe --always
COMMAND git describe --always --tags --first-parent
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE ${VARNAME}
OUTPUT_STRIP_TRAILING_WHITESPACE)
Expand Down

0 comments on commit b5de897

Please sign in to comment.