Skip to content

Commit 429767a

Browse files
ColinFinckJoachimHenze
authored andcommitted
[0.4.8] cherry-pick [CMAKE] Call "git describe" with the --long parameter to always output the format we are used to.
1 parent 5f7cfe0 commit 429767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/include/reactos/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(EXISTS "${REACTOS_SOURCE_DIR}/.git")
3939
endif()
4040

4141
execute_process(
42-
COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7
42+
COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7 --long
4343
WORKING_DIRECTORY ${REACTOS_SOURCE_DIR}
4444
OUTPUT_VARIABLE GIT_DESCRIBE_REVISION
4545
RESULT_VARIABLE GIT_CALL_RESULT

0 commit comments

Comments
 (0)