summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d9ffa85)
raw | patch | inline | side by side (parent: d9ffa85)
author | Ted Gould <ted@gould.cx> | |
Sun, 18 Jul 2010 04:36:51 +0000 (23:36 -0500) | ||
committer | Ted Gould <ted@gould.cx> | |
Sun, 18 Jul 2010 04:36:51 +0000 (23:36 -0500) |
build-lx.xml | patch | blob | history | |
build.xml | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/build-lx.xml b/build-lx.xml
index 8841fe3a9aa1c23a453d9712042909e1749bd234..4f81783efcfb654879a6fbdc9fc0195b4e11f910 100644 (file)
--- a/build-lx.xml
+++ b/build-lx.xml
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.47+devel"/>
+ <property name="version" value="0.48+devel"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/build.xml b/build.xml
index 8818d852b0c10524a5ef42f6fa612b77b3232c50..a9abf2b1b91b176e62ee84624e120e39a8255d53 100755 (executable)
--- a/build.xml
+++ b/build.xml
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.47+devel"/>
+ <property name="version" value="0.48+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 751e36f47ec686a1df4ff7ffe9ca2653c2c2b98f..e73e51218cbb8e1a569791f47f944fa0eea18ffe 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# `dpkg --compare-versions'. (ii) We don't always know what the next
# version is going to be called until about the time we release it
# (whereas we always know what the previous version was called).
-AC_INIT(inkscape, 0.47+devel)
+AC_INIT(inkscape, 0.48+devel)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/main.cpp])