From 1a4f99486fe2268d77dd10f19d3d811247304f96 Mon Sep 17 00:00:00 2001 From: acspike Date: Wed, 7 Jun 2006 02:02:32 +0000 Subject: [PATCH] version to 0.44pre3 --- Makefile.mingw.common | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ packaging/win32/inkscape.nsi | 2 +- src/inkscape_version.h.mingw | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile.mingw.common b/Makefile.mingw.common index 3702e119a..eb60bf387 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -139,7 +139,7 @@ endif # VERSION_NR = 0.41+devel # VERSION = \"$(VERSION_NR)-${DTG}\" -VERSION_NR = 0.43+devel +VERSION_NR = 0.43+0.44pre3 VERSION = \"$(VERSION_NR)\" ####### the XP_WIN def is necessary for libjs.a diff --git a/configure.ac b/configure.ac index 6a71e8d55..c035925f6 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.43+devel) +AC_INIT(inkscape, 0.43+0.44pre3) 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 f8a321c14..0f319e64d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +inkscape (0.43+0.44pre3-1) unstable; urgency=low + + * Upstream pre-release + + -- Aaron Spike Tue, 06 Jun 2006 20:53:44 -0500 + inkscape (0.43+0.44pre2-1) unstable; urgency=low * Upstream pre-release diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 320b90fca..a92607d5b 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -7,7 +7,7 @@ ; DEFINES ; ####################################### !define PRODUCT_NAME "Inkscape" -!define PRODUCT_VERSION "0.43+devel" +!define PRODUCT_VERSION "0.43+0.44pre3" !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 c0f2937ab..9f8ad0aa0 100644 --- a/src/inkscape_version.h.mingw +++ b/src/inkscape_version.h.mingw @@ -1 +1 @@ -#define INKSCAPE_VERSION "0.43+devel" +#define INKSCAPE_VERSION "0.43+0.44pre3" -- 2.30.2