summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-06-01 13:46:46 +0000
committeracspike <acspike@users.sourceforge.net>2006-06-01 13:46:46 +0000
commit617717e6c73427bcdd1f421e2cb6d9be55373c56 (patch)
tree2f96e36ff690811989cf8a5828bc8cbe8c1b5af8
parentsplit utils into separate file (diff)
downloadinkscape-617717e6c73427bcdd1f421e2cb6d9be55373c56.tar.gz
inkscape-617717e6c73427bcdd1f421e2cb6d9be55373c56.zip
bump version to 0.44pre2
(bzr r1122)
-rw-r--r--Makefile.mingw.common2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--packaging/win32/inkscape.nsi2
-rw-r--r--src/inkscape_version.h.mingw2
5 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index ff6affc2f..a9bf9fa55 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.44pre2
VERSION = \"$(VERSION_NR)\"
####### the XP_WIN def is necessary for libjs.a
diff --git a/configure.ac b/configure.ac
index 6a71e8d55..6c69d875d 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.44pre2)
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 e5d0d5196..f8a321c14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+inkscape (0.43+0.44pre2-1) unstable; urgency=low
+
+ * Upstream pre-release
+
+ -- Aaron Spike <aaron@ekips.org> Thu, 01 Jun 2006 06:53:30 -0500
+
inkscape (0.43+0.44pre1-1) unstable; urgency=low
* Upstream pre-release
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index 3bc6ea9e9..0706433e4 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.44pre2"
!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..b10748448 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.44pre2"