From: Uwe Hermann Date: Thu, 15 Jun 2017 14:15:24 +0000 (+0200) Subject: configure.ac: Bump package version to 0.6.0. X-Git-Tag: libsigrok-unreleased^0 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=33b20ce872d10099c6665b424ea0939482c4cd38 configure.ac: Bump package version to 0.6.0. 0.6.0 will be the next major release. Bump now, so that there is no confusion of tarball 0.5.0 and 0.6.0-git snapshots. --- diff --git a/configure.ac b/configure.ac index 8282434b..c9fd37de 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([libsigrok], [0.5.0], +AC_INIT([libsigrok], [0.6.0], [sigrok-devel@lists.sourceforge.net], [libsigrok], [http://www.sigrok.org]) AC_CONFIG_MACRO_DIR([m4])