summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
index 16bf9df..09d1b4f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -19,5 +19,7 @@
#define VERSION_H
extern char versionString[];
+extern char gitVersionString[];
+void correctGitVersion(void);
#endif