From: R.E. Wolff Date: Wed, 26 Jun 2013 08:15:29 +0000 (+0200) Subject: manual execution of the release script bumps the version number. X-Git-Tag: v0.85^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c37778ccd5dfaae3dc5933062402e669b0d6210;p=thirdparty%2Fmtr.git manual execution of the release script bumps the version number. --- diff --git a/configure.ac b/configure.ac index d89a760..97f1372 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mtr], [0.84]) +AC_INIT([mtr], [0.85]) AC_CONFIG_SRCDIR([mtr.c]) AM_INIT_AUTOMAKE([foreign])