diff options
| author | Ted Gould <ted@gould.cx> | 2008-01-16 07:00:19 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2008-01-16 07:00:19 +0000 |
| commit | d8d4d2e2095e8eb69714ebdcf47f98c7e53c2814 (patch) | |
| tree | 43c30bd0187b6e6babb30380ee93b35cb5a7f025 | |
| parent | r17663@shi: ted | 2008-01-15 22:34:34 -0800 (diff) | |
| download | inkscape-d8d4d2e2095e8eb69714ebdcf47f98c7e53c2814.tar.gz inkscape-d8d4d2e2095e8eb69714ebdcf47f98c7e53c2814.zip | |
r17671@shi: ted | 2008-01-15 23:00:05 -0800
+devel take two
(bzr r4510)
| -rw-r--r-- | build-dw2.xml | 2 | ||||
| -rw-r--r-- | build-sjlj.xml | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/build-dw2.xml b/build-dw2.xml index e8fd416e0..bd9d18a45 100644 --- a/build-dw2.xml +++ b/build-dw2.xml @@ -41,7 +41,7 @@ </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 856441554..9c3656495 100644 --- a/build-sjlj.xml +++ b/build-sjlj.xml @@ -41,7 +41,7 @@ </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=""/> @@ -41,7 +41,7 @@ </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 681ec3d1b..d898f9cd3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ 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 diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 24ed56855..6e9dc022f 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -7,7 +7,7 @@ ; 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" |
