Merge pull request #1275 from greatscottgadgets/post-release

set version to 2023.01.1+
This commit is contained in:
Michael Ossmann
2023-02-08 19:08:14 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ if (NOT DEFINED VERSION)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if (GIT_VERSION_FOUND)
set(VERSION "2023.01.1")
set(VERSION "2023.01.1+")
else (GIT_VERSION_FOUND)
set(VERSION "git-${GIT_VERSION}")
endif (GIT_VERSION_FOUND)

View File

@ -8,7 +8,7 @@ if(NOT DEFINED RELEASE)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if (GIT_EXIT_VALUE)
set(RELEASE "2023.01.1")
set(RELEASE "2023.01.1+")
else (GIT_EXIT_VALUE)
execute_process(
COMMAND git status -s --untracked-files=no