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.
1 parent 9f19c75 commit d5c8950Copy full SHA for d5c8950
src/build_version.cc.in
@@ -7,4 +7,4 @@
7
const char* pika_build_git_sha =
8
"pika_git_sha:@PIKA_GIT_SHA@";
9
const char* pika_build_git_date = "pika_build_git_date:@PIKA_GIT_DATE@";
10
-const char* pika_build_compile_date = "pika_build_date:@PIKA_BUILD_DATE@";
+const char* pika_build_compile_date = "@PIKA_BUILD_DATE@";
0 commit comments