summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-05-30 14:21:20 +0000
committeracspike <acspike@users.sourceforge.net>2006-05-30 14:21:20 +0000
commit7dfcd8698823e6b5c979408e941fea73533bf007 (patch)
treed5f20883cfaa85dbbc5256bb24d9bd0e109fc8f7
parentremoving some gcc4.1 warnings the right way (diff)
downloadinkscape-7dfcd8698823e6b5c979408e941fea73533bf007.tar.gz
inkscape-7dfcd8698823e6b5c979408e941fea73533bf007.zip
setting version to 0.44pre1
(bzr r1083)
-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..093c57a42 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.44pre1
VERSION = \"$(VERSION_NR)\"
####### the XP_WIN def is necessary for libjs.a
diff --git a/configure.ac b/configure.ac
index d1e63c755..05f76d5bf 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.44pre1)
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 3a57e2805..e5d0d5196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+inkscape (0.43+0.44pre1-1) unstable; urgency=low
+
+ * Upstream pre-release
+
+ -- Aaron Spike <aaron@ekips.org> Mon, 29 May 2006 13:53:00 -0500
+
inkscape (0.43+0.44pre0-1) unstable; urgency=low
* Upstream pre-release
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index b8474f310..3cc805b11 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.44pre1"
!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..2fbeb0750 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.44pre1"