aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h.in')
-rw-r--r--src/conf.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.h.in b/src/conf.h.in
index 9ae9bac..52093a8 100644
--- a/src/conf.h.in
+++ b/src/conf.h.in
@@ -1,4 +1,4 @@
#pragma once
-#define VERSION "0.0.0"
-#define CC "gcc xyz"
+#define VERSION "@VERSION@"
+#define CC "@CC@"