Code

setting version back to 0.43+devel
authoracspike <acspike@users.sourceforge.net>
Tue, 30 May 2006 15:05:37 +0000 (15:05 +0000)
committeracspike <acspike@users.sourceforge.net>
Tue, 30 May 2006 15:05:37 +0000 (15:05 +0000)
Makefile.mingw.common
configure.ac
packaging/win32/inkscape.nsi
src/inkscape_version.h.mingw

index 093c57a4294ee78d305a50b53589ee10a54d9608..ff6affc2fa2f5f2e8faa0ff79b72b445bcbba0ff 100644 (file)
@@ -139,7 +139,7 @@ endif
 # VERSION_NR = 0.41+devel
 # VERSION = \"$(VERSION_NR)-${DTG}\"
 
-VERSION_NR = 0.43+0.44pre1
+VERSION_NR = 0.43+devel
 VERSION = \"$(VERSION_NR)\"
 
 ####### the XP_WIN def is necessary for libjs.a
index 05f76d5bf7765324a7e66a31b6b436be56c35b04..d1e63c755106dbe6d483b8e9204863103875c9a3 100644 (file)
@@ -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.44pre1)
+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
index 3cc805b11aed13547426fbb7e2ca127399696ec4..b8474f310bd379eed56a5c0ea034b8fa8569454f 100644 (file)
@@ -7,7 +7,7 @@
 ; DEFINES
 ; #######################################
 !define PRODUCT_NAME "Inkscape"
-!define PRODUCT_VERSION "0.43+0.44pre1"
+!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"
index 2fbeb0750713edf5ba02c6d4be592f212b46f944..c0f2937ab3c6ec76813fd2e64dd277ba84998d42 100644 (file)
@@ -1 +1 @@
-#define INKSCAPE_VERSION "0.43+0.44pre1"
+#define INKSCAPE_VERSION "0.43+devel"