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