From: Uwe Hermann Date: Thu, 15 Jun 2017 14:16:09 +0000 (+0200) Subject: configure.ac: Bump package version to 0.6.0. X-Git-Tag: libsigrokdecode-unreleased^0 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d9a77d2e35f7d5fde1f5c4033e04e3676e25fdd9;p=libsigrokdecode.git 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 16aab58..759cd0e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.63]) # libsigrokdecode package version number (NOT the same as shared lib version!). -AC_INIT([libsigrokdecode], [0.5.0], +AC_INIT([libsigrokdecode], [0.6.0], [sigrok-devel@lists.sourceforge.net], [libsigrokdecode], [http://www.sigrok.org]) AC_CONFIG_MACRO_DIR([m4])