summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-18 04:36:51 +0000
committerTed Gould <ted@gould.cx>2010-07-18 04:36:51 +0000
commit9eb4a97ccd7e4e0d8b4a6872c7c26be1b11b6ab7 (patch)
tree06b17f29b4a054a8fac40ac1045cded9dadce3a1
parentCorrect behavior of gradient stops to extract color from swatch when color is... (diff)
downloadinkscape-9eb4a97ccd7e4e0d8b4a6872c7c26be1b11b6ab7.tar.gz
inkscape-9eb4a97ccd7e4e0d8b4a6872c7c26be1b11b6ab7.zip
Changing version on the devel branch to be 0.48+devel
(bzr r9621)
-rw-r--r--build-lx.xml2
-rwxr-xr-xbuild.xml2
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/build-lx.xml b/build-lx.xml
index 8841fe3a9..4f81783ef 100644
--- a/build-lx.xml
+++ b/build-lx.xml
@@ -39,7 +39,7 @@
</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 8818d852b..a9abf2b1b 100755
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@
</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 751e36f47..e73e51218 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.53)
# `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])