summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/menus-skeleton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index 3e28ec5b1..327eb7c73 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -1,7 +1,7 @@
#ifndef SEEN_MENUS_SKELETON_H
#define SEEN_MENUS_SKELETON_H
-#include <inkscape-version.h>
+#include "config.h"
#ifdef __cplusplus
#undef N_
@@ -9,7 +9,7 @@
#endif
static char const menus_skeleton[] =
-"<inkscape version=\"1\"\n"
+"<inkscape version=\"" VERSION "\"\n"
" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n"
" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">\n"
"\n"