Code

welcome to 0.44+devel
authoracspike <acspike@users.sourceforge.net>
Thu, 15 Jun 2006 03:15:13 +0000 (03:15 +0000)
committeracspike <acspike@users.sourceforge.net>
Thu, 15 Jun 2006 03:15:13 +0000 (03:15 +0000)
Makefile.mingw.common
configure.ac
packaging/win32/inkscape.nsi
src/inkscape_version.h.mingw

index 3702e119aedd2156ba9816b9629715018590c377..79858923817fb62c8123997d4c77bbe445901c51 100644 (file)
@@ -139,7 +139,7 @@ endif
 # VERSION_NR = 0.41+devel
 # VERSION = \"$(VERSION_NR)-${DTG}\"
 
-VERSION_NR = 0.43+devel
+VERSION_NR = 0.44+devel
 VERSION = \"$(VERSION_NR)\"
 
 ####### the XP_WIN def is necessary for libjs.a
index 859706a8f4b7ead48c19f758dda95dbbad7c03be..962bc00ebd6a3dc86489dffdd32a018576a7fa0b 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+devel)
+AC_INIT(inkscape, 0.44+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 bddf42091cdab68b763c1844d99dffa25f7a52e5..24595d270b3a70ef9daef2af3743616fd79c1208 100644 (file)
@@ -7,7 +7,7 @@
 ; DEFINES
 ; #######################################
 !define PRODUCT_NAME "Inkscape"
-!define PRODUCT_VERSION "0.43+devel"
+!define PRODUCT_VERSION "0.44+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 c0f2937ab3c6ec76813fd2e64dd277ba84998d42..19369a856d15e8e381cf8e3e68d4f254b54b59a2 100644 (file)
@@ -1 +1 @@
-#define INKSCAPE_VERSION "0.43+devel"
+#define INKSCAPE_VERSION "0.44+devel"