]> sigrok.org Git - sigrok-cli.git/commitdiff
configure.ac: Bump package version to 0.7.0.
authorUwe Hermann <redacted>
Mon, 15 Aug 2016 12:52:18 +0000 (14:52 +0200)
committerUwe Hermann <redacted>
Mon, 15 Aug 2016 12:52:18 +0000 (14:52 +0200)
0.7.0 will be the next major release. Bump now, so that
there is no confusion of tarball 0.6.0 and 0.7.0-git snapshots.

configure.ac

index 648f57fed1ea23838d0449aa4aec5a1116fb849f..9c70e5f6e7facde0a4c41e3db22ea893331efd56 100644 (file)
@@ -20,7 +20,7 @@
 # We require at least autoconf 2.63 (AC_INIT format changed there).
 AC_PREREQ([2.63])
 
-AC_INIT([sigrok-cli], [0.6.0], [sigrok-devel@lists.sourceforge.net],
+AC_INIT([sigrok-cli], [0.7.0], [sigrok-devel@lists.sourceforge.net],
        [sigrok-cli], [http://www.sigrok.org])
 AC_CONFIG_SRCDIR([sigrok-cli.h])
 AC_CONFIG_MACRO_DIR([m4])