We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zig version
1 parent f0697c2 commit b3a3e20Copy full SHA for b3a3e20
CMakeLists.txt
@@ -30,7 +30,7 @@ if(GIT_EXE)
30
message("WARNING: Tag does not match configured Zig version")
31
endif()
32
else()
33
- set(ZIG_VERSION "${ZIG_VERSION_MAJOR}.${ZIG_VERSION_MINOR}.${ZIG_VERSION_PATCH}.${ZIG_GIT_REV}")
+ set(ZIG_VERSION "${ZIG_VERSION}+${ZIG_GIT_REV}")
34
35
36
message("Configuring zig version ${ZIG_VERSION}")
0 commit comments