diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-06-09 07:58:31 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-06-09 07:58:31 +0000 |
| commit | f7cd2421da8b5ceafd786628f91859f21856fc41 (patch) | |
| tree | d67c181229b702f12d8ab9ccd2883a01ed33d20b /src/version.h | |
| parent | fix the font dropdown: patch by Felipe with my changes (diff) | |
| download | inkscape-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.h | 2 |
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 { |
