summaryrefslogtreecommitdiffstats
path: root/src/inkscape-version.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkscape-version.cpp.in')
-rw-r--r--src/inkscape-version.cpp.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/inkscape-version.cpp.in b/src/inkscape-version.cpp.in
new file mode 100644
index 000000000..b4ea5028d
--- /dev/null
+++ b/src/inkscape-version.cpp.in
@@ -0,0 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+namespace Inkscape {
+ char const *version_string = VERSION " " "${INKSCAPE_REVISION}";
+}