Merge pull request #1272 from greatscottgadgets/release

set version to 2023.01.1
This commit is contained in:
Michael Ossmann
2023-02-01 00:26:55 -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 "2022.09.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 "2022.09.1+")
set(RELEASE "2023.01.1")
else (GIT_EXIT_VALUE)
execute_process(
COMMAND git status -s --untracked-files=no