diff options
| author | Ted Gould <ted@gould.cx> | 2010-07-18 04:37:51 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-07-18 04:37:51 +0000 |
| commit | 9dc175f3976734614f27a5a0f356cb8f55b81a58 (patch) | |
| tree | 83a0276e30fea0ab9b22cfc48bbea33107476828 | |
| parent | Build patch from the Fedora folks (diff) | |
| download | inkscape-9dc175f3976734614f27a5a0f356cb8f55b81a58.tar.gz inkscape-9dc175f3976734614f27a5a0f356cb8f55b81a58.zip | |
Making the version 0.48.0 clean
(bzr r9606.1.8)
| -rw-r--r-- | build-lx.xml | 2 | ||||
| -rwxr-xr-x | build.xml | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build-lx.xml b/build-lx.xml index 8841fe3a9..994180f5f 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.0"/> <property name="src" location="src"/> <property name="lib" location="lib"/> <property name="build" location="build"/> @@ -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"/> diff --git a/configure.ac b/configure.ac index 0fdac33ff..830542910 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.0) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/main.cpp]) |
