Code

Making the version 0.48.0 clean
authorTed Gould <ted@gould.cx>
Sun, 18 Jul 2010 04:37:51 +0000 (23:37 -0500)
committerTed Gould <ted@gould.cx>
Sun, 18 Jul 2010 04:37:51 +0000 (23:37 -0500)
build-lx.xml
build.xml
configure.ac

index 8841fe3a9aa1c23a453d9712042909e1749bd234..994180f5f9875a03b5e7011ad3a6a65079cf9e11 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.0"/>
   <property name="src"           location="src"/>
   <property name="lib"           location="lib"/>
   <property name="build"         location="build"/>
index 8818d852b0c10524a5ef42f6fa612b77b3232c50..660a3b6153364a31187612b030192ff9a27c5a7d 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.0"/>
   <property name="src"           location="src"/>
   <property name="lib"           location="lib"/>
   <property name="build"         location="build"/>
index 0fdac33ff779e4ad9c12174ab401851be7a609df..8305429105421577f48271f68aec9d2b03f27ae0 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.0)
 
 AC_CANONICAL_HOST
 AC_CONFIG_SRCDIR([src/main.cpp])