summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4eb640c)
raw | patch | inline | side by side (parent: 4eb640c)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 16 Jan 2008 07:00:19 +0000 (07:00 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 16 Jan 2008 07:00:19 +0000 (07:00 +0000) |
+devel take two
build-dw2.xml | patch | blob | history | |
build-sjlj.xml | patch | blob | history | |
build.xml | patch | blob | history | |
configure.ac | patch | blob | history | |
packaging/win32/inkscape.nsi | patch | blob | history |
diff --git a/build-dw2.xml b/build-dw2.xml
index e8fd416e0a783764276a16ebd577a1e2251d064f..bd9d18a45c14474e24acf5ba33f29b845b5ec433 100644 (file)
--- a/build-dw2.xml
+++ b/build-dw2.xml
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.45+0.46pre0"/>
+ <property name="version" value="0.45+devel"/>
<property name="arch" value="i686-pc-mingw32-"/>
<property name="archutil" value="${arch}"/>
<!--<property name="archutil" value=""/>-->
diff --git a/build-sjlj.xml b/build-sjlj.xml
index 856441554c3424ea87a937a5d01435e2d8de03ea..9c3656495913d522c63c6985d2187de48e0398b8 100644 (file)
--- a/build-sjlj.xml
+++ b/build-sjlj.xml
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.$5+0.46pre0"/>
+ <property name="version" value="0.45+devel"/>
<property name="arch" value="i686-pc-mingw32-"/>
<!--<property name="archutil" value="${arch}"/>-->
<property name="archutil" value=""/>
diff --git a/build.xml b/build.xml
index ea8c4bffcfe70aa2902691c0a6a304c6d52b2710..7c3b67b882b6d9dd04223d96c77dad60bdd2904f 100644 (file)
--- a/build.xml
+++ b/build.xml
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.45+0.46pre0"/>
+ <property name="version" value="0.45+devel"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/configure.ac b/configure.ac
index 681ec3d1b4c40452ec692d283d0f611353451ff0..d898f9cd36e9432b3c4f5e4c0635d98b98a839ed 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.45+0.46pre0)
+AC_INIT(inkscape, 0.45+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 24ed56855abf79e045c6ae3656ae47d12e1f44ac..6e9dc022f2139a60514dc07a01d93802d27109c4 100644 (file)
; DEFINES
; #######################################
!define PRODUCT_NAME "Inkscape"
-!define PRODUCT_VERSION "0.45+0.46pre0"
+!define PRODUCT_VERSION "0.45+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"