summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-23 18:21:46 +0000
committerTed Gould <ted@gould.cx>2010-05-23 18:21:46 +0000
commit77eb4b4ccbf027de021af8406ab2bb294db99111 (patch)
tree9e33c310648b0486761431aba6a38cea0f46078f
parentFixing the POTFILES.in so we can pass distcheck (diff)
downloadinkscape-77eb4b4ccbf027de021af8406ab2bb294db99111.tar.gz
inkscape-77eb4b4ccbf027de021af8406ab2bb294db99111.zip
Changing configure to 0.48pre0
(bzr r9443.1.1)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e311a78c..7a41ca2c3 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.48pre0)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/main.cpp])