From: gouldtj Date: Mon, 16 Nov 2009 20:46:22 +0000 (+0000) Subject: Setting version number to 0.47 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0f8ca1fba018d7d929ac1e93857cc5683813b43;p=inkscape.git Setting version number to 0.47 --- diff --git a/configure.ac b/configure.ac index fbfa2e5df..c5a7fc444 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.46+devel) +AC_INIT(inkscape, 0.47) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/main.cpp])