summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-06-09 07:58:31 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-06-09 07:58:31 +0000
commitf7cd2421da8b5ceafd786628f91859f21856fc41 (patch)
treed67c181229b702f12d8ab9ccd2883a01ed33d20b /src/version.h
parentfix the font dropdown: patch by Felipe with my changes (diff)
downloadinkscape-f7cd2421da8b5ceafd786628f91859f21856fc41.tar.gz
inkscape-f7cd2421da8b5ceafd786628f91859f21856fc41.zip
Correct handling of version and set to 1.1 for default. Fixes bug #168180.
(bzr r8028)
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 750ef8e55..98b613914 100644
--- a/src/version.h
+++ b/src/version.h
@@ -12,7 +12,7 @@
#include <glib/gtypes.h>
-#define SVG_VERSION "1.0"
+#define SVG_VERSION "1.1"
#define SODIPODI_VERSION "0.32"
namespace Inkscape {