diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-01-18 13:26:04 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-01-18 13:26:04 +0000 |
| commit | 0f47f011fac06b0dc48cf89e33ad7d0e490be81f (patch) | |
| tree | aa503dde2b1464e56056876a6e12fc701d4ab1d4 | |
| parent | come corrections, thanks tp (diff) | |
| download | inkscape-0f47f011fac06b0dc48cf89e33ad7d0e490be81f.tar.gz inkscape-0f47f011fac06b0dc48cf89e33ad7d0e490be81f.zip | |
upping version to 0.45+devel (win32 versions were already bumped)
(bzr r2236)
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 | ||||
| -rw-r--r-- | src/inkscape_version.h.mingw | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c8b283a32..b05fe8eb2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(inkscape, 0.44+devel) +AC_INIT(inkscape, 0.45+devel) dnl N.B. After 0.40, please change to `0.40+cvs' instead of `0.41cvs'. dnl Rationale: (i) placate simple version comparison software such as dnl `dpkg --compare-versions'. (ii) We don't always know what the next diff --git a/debian/changelog b/debian/changelog index b5ce456a6..7a31d4297 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +inkscape (0.45+devel) unstable; urgency=low + + * Upstream pre-release + + -- Aaron Spike <aaron@ekips.org> Thu, 18 Jan 2007 07:21:23 -0600 + inkscape (0.43+0.44pre4-1) unstable; urgency=low * Upstream pre-release diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 56d9a4ff7..47304a3ef 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -7,7 +7,7 @@ ; DEFINES ; ####################################### !define PRODUCT_NAME "Inkscape" -!define PRODUCT_VERSION "0.44+devel" +!define PRODUCT_VERSION "0.45+devel" !define PRODUCT_PUBLISHER "Inkscape Organization" !define PRODUCT_WEB_SITE "http://www.inkscape.org" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inkscape.exe" diff --git a/src/inkscape_version.h.mingw b/src/inkscape_version.h.mingw index 19369a856..e9d6b778a 100644 --- a/src/inkscape_version.h.mingw +++ b/src/inkscape_version.h.mingw @@ -1 +1 @@ -#define INKSCAPE_VERSION "0.44+devel" +#define INKSCAPE_VERSION "0.45+devel" |
