summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-01-14 15:28:20 +0000
committertweenk <tweenk@users.sourceforge.net>2009-01-14 15:28:20 +0000
commit437448ee1a7d3c88899c87ca3955dcc71efd52ad (patch)
tree4c591cd79e76c3f6a83fc2c2b9a4dbae416b9173 /src
parentavoiding freehand drawings with LPEs with no fill at all. Using black by defa... (diff)
downloadinkscape-437448ee1a7d3c88899c87ca3955dcc71efd52ad.tar.gz
inkscape-437448ee1a7d3c88899c87ca3955dcc71efd52ad.zip
Remove INKSCAPE_VERSION from menus-skeleton.h
(bzr r7132)
Diffstat (limited to 'src')
-rw-r--r--src/inkscape_version.h.mingw1
-rw-r--r--src/menus-skeleton.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/inkscape_version.h.mingw b/src/inkscape_version.h.mingw
deleted file mode 100644
index 2d433f5ca..000000000
--- a/src/inkscape_version.h.mingw
+++ /dev/null
@@ -1 +0,0 @@
-#define INKSCAPE_VERSION "0.46+devel"
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index d41906a01..3e28ec5b1 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -9,7 +9,7 @@
#endif
static char const menus_skeleton[] =
-"<inkscape version=\"" "INKSCAPE_VERSION" "\"\n"
+"<inkscape version=\"1\"\n"
" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n"
" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">\n"
"\n"