aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d2f84b29d..72586974b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2049,7 +2049,7 @@ int main(int arg_count, char const **arg_ptr) {
#endif
#ifdef GIT_SHA
- gb_printf("-%s", GIT_SHA);
+ gb_printf(":%s", GIT_SHA);
#endif
gb_printf("\n");