Merge pull request #1206 from greatscottgadgets/post-release
set version to 2022.09.1+
This commit is contained in:
commit
48b94321fc
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ if (NOT DEFINED VERSION)
|
|||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
if (GIT_VERSION_FOUND)
|
||||
set(VERSION "2022.09.1")
|
||||
set(VERSION "2022.09.1+")
|
||||
else (GIT_VERSION_FOUND)
|
||||
set(VERSION "git-${GIT_VERSION}")
|
||||
endif (GIT_VERSION_FOUND)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ if(NOT DEFINED RELEASE)
|
|||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
if (GIT_EXIT_VALUE)
|
||||
set(RELEASE "2022.09.1")
|
||||
set(RELEASE "2022.09.1+")
|
||||
else (GIT_EXIT_VALUE)
|
||||
execute_process(
|
||||
COMMAND git status -s --untracked-files=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue