summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-06-13 03:28:43 +0000
committeracspike <acspike@users.sourceforge.net>2006-06-13 03:28:43 +0000
commit1e2c3898e4f45161569e1bc69b486d45bb8a60e7 (patch)
tree71ff55e666053ac283a31f25f49da212b3541e18
parentversion to 0.44pre4 (diff)
downloadinkscape-1e2c3898e4f45161569e1bc69b486d45bb8a60e7.tar.gz
inkscape-1e2c3898e4f45161569e1bc69b486d45bb8a60e7.zip
version back down to 0.43+devel
(bzr r1212)
-rw-r--r--Makefile.mingw.common2
-rw-r--r--configure.ac2
-rw-r--r--packaging/win32/inkscape.nsi2
-rw-r--r--src/inkscape_version.h.mingw2
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index f2c9f9871..3702e119a 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+0.44pre4
+VERSION_NR = 0.43+devel
VERSION = \"$(VERSION_NR)\"
####### the XP_WIN def is necessary for libjs.a
diff --git a/configure.ac b/configure.ac
index 242f71bba..859706a8f 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+0.44pre4)
+AC_INIT(inkscape, 0.43+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/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index 11368bc94..bddf42091 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+0.44pre4"
+!define PRODUCT_VERSION "0.43+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 c7d94cbad..c0f2937ab 100644
--- a/src/inkscape_version.h.mingw
+++ b/src/inkscape_version.h.mingw
@@ -1 +1 @@
-#define INKSCAPE_VERSION "0.43+0.44pre4"
+#define INKSCAPE_VERSION "0.43+devel"