Code

Changing version on the devel branch to be 0.48+devel
authorTed Gould <ted@gould.cx>
Sun, 18 Jul 2010 04:36:51 +0000 (23:36 -0500)
committerTed Gould <ted@gould.cx>
Sun, 18 Jul 2010 04:36:51 +0000 (23:36 -0500)
build-lx.xml
build.xml
configure.ac

index 8841fe3a9aa1c23a453d9712042909e1749bd234..4f81783efcfb654879a6fbdc9fc0195b4e11f910 100644 (file)
@@ -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"/>
index 8818d852b0c10524a5ef42f6fa612b77b3232c50..a9abf2b1b91b176e62ee84624e120e39a8255d53 100755 (executable)
--- 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"/>
index 751e36f47ec686a1df4ff7ffe9ca2653c2c2b98f..e73e51218cbb8e1a569791f47f944fa0eea18ffe 100644 (file)
@@ -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])