summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7708d48)
raw | patch | inline | side by side (parent: 7708d48)
author | acspike <acspike@users.sourceforge.net> | |
Thu, 25 May 2006 20:23:56 +0000 (20:23 +0000) | ||
committer | acspike <acspike@users.sourceforge.net> | |
Thu, 25 May 2006 20:23:56 +0000 (20:23 +0000) |
Makefile.mingw.common | patch | blob | history | |
configure.ac | patch | blob | history | |
packaging/win32/inkscape.nsi | patch | blob | history | |
src/inkscape_version.h.mingw | patch | blob | history |
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index 83d4cbe2a31a6e5d8667dbf8741ea6a41c433422..f36b6fd8173f1a0352f83445037ed3f271102f2b 100644 (file)
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
# VERSION_NR = 0.41+devel
# VERSION = \"$(VERSION_NR)-${DTG}\"
-VERSION_NR = 0.43+0.44pre0
+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 4a2c825980030136609d35e7e11ae76a05d33e10..d1e63c755106dbe6d483b8e9204863103875c9a3 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
-AC_INIT(inkscape, 0.43+0.44pre0)
+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 3f8cf9850421f6803147553a532454ca89284a28..b8474f310bd379eed56a5c0ea034b8fa8569454f 100644 (file)
; DEFINES
; #######################################
!define PRODUCT_NAME "Inkscape"
-!define PRODUCT_VERSION "0.43+0.44pre0"
+!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 3dad79a92083377096741b7cc27d8b8fbe9ec7ad..c0f2937ab3c6ec76813fd2e64dd277ba84998d42 100644 (file)
-#define INKSCAPE_VERSION "0.43+0.44pre0"
+#define INKSCAPE_VERSION "0.43+devel"