From ec5150bfcf215291f4460b07273e6200904988a0 Mon Sep 17 00:00:00 2001 From: acspike Date: Thu, 18 Jan 2007 13:26:04 +0000 Subject: [PATCH] upping version to 0.45+devel (win32 versions were already bumped) --- configure.ac | 2 +- debian/changelog | 6 ++++++ packaging/win32/inkscape.nsi | 2 +- 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 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" -- 2.30.2