From: Ted Gould Date: Sun, 18 Jul 2010 04:36:51 +0000 (-0500) Subject: Changing version on the devel branch to be 0.48+devel X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f1b40128e62af61e68a738f549551df1b4979f3f;p=inkscape.git Changing version on the devel branch to be 0.48+devel --- 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 @@ - + diff --git a/build.xml b/build.xml index 8818d852b..a9abf2b1b 100755 --- a/build.xml +++ b/build.xml @@ -42,7 +42,7 @@ - + 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])