summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b103d2)
raw | patch | inline | side by side (parent: 4b103d2)
author | acspike <acspike@users.sourceforge.net> | |
Sat, 3 Jun 2006 19:16:59 +0000 (19:16 +0000) | ||
committer | acspike <acspike@users.sourceforge.net> | |
Sat, 3 Jun 2006 19:16:59 +0000 (19:16 +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 a9bf9fa5517feb47112b0a41ebf79d22ffc028cb..ff6affc2fa2f5f2e8faa0ff79b72b445bcbba0ff 100644 (file)
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
# VERSION_NR = 0.41+devel
# VERSION = \"$(VERSION_NR)-${DTG}\"
-VERSION_NR = 0.43+0.44pre2
+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 6c69d875dd8dd82bc1fe0ad0018053c0a809fd9c..6a71e8d5552eb1102337924962447a2c15dbe833 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.44pre2)
+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 8e439c2dc4b14939c2af2b13630728c2460d4a11..2dd88c3af27c73687e43bf7e4368200b41d83487 100644 (file)
; DEFINES
; #######################################
!define PRODUCT_NAME "Inkscape"
-!define PRODUCT_VERSION "0.43+0.44pre2"
+!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 b107484484c2cf9e5aee73d46514f8877ee3258f..c0f2937ab3c6ec76813fd2e64dd277ba84998d42 100644 (file)
-#define INKSCAPE_VERSION "0.43+0.44pre2"
+#define INKSCAPE_VERSION "0.43+devel"