summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1a414c)
raw | patch | inline | side by side (parent: f1a414c)
author | Ted Gould <ted@gould.cx> | |
Sun, 18 Jul 2010 04:37:51 +0000 (23:37 -0500) | ||
committer | Ted Gould <ted@gould.cx> | |
Sun, 18 Jul 2010 04:37:51 +0000 (23:37 -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..994180f5f9875a03b5e7011ad3a6a65079cf9e11 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.0"/>
<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..660a3b6153364a31187612b030192ff9a27c5a7d 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.0"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/configure.ac b/configure.ac
index 0fdac33ff779e4ad9c12174ab401851be7a609df..8305429105421577f48271f68aec9d2b03f27ae0 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.0)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/main.cpp])