]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Bump package version to 0.6.0. libsigrokdecode-unreleased
authorUwe Hermann <redacted>
Thu, 15 Jun 2017 14:16:09 +0000 (16:16 +0200)
committerUwe Hermann <redacted>
Thu, 15 Jun 2017 14:16:09 +0000 (16:16 +0200)
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.

configure.ac

index 16aab585e7c591f9b06af816de62e36856048c09..759cd0e3aaef322fe46836d49979aa74c9720ea2 100644 (file)
@@ -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])