]> sigrok.org Git - libsigrok.git/commitdiff
configure.ac: Bump package version to 0.5.0.
authorUwe Hermann <redacted>
Sat, 6 Feb 2016 14:19:06 +0000 (15:19 +0100)
committerUwe Hermann <redacted>
Sat, 6 Feb 2016 14:19:06 +0000 (15:19 +0100)
0.5.0 will be the next major, API-changing release. Bump now, so that
there is no confusion of tarball 0.4.0 and 0.5.0-git snapshots.

configure.ac

index 0df658807a570f6600a11587982828cb57d5824c..48fcb61bcd8e0cc51b0462434f4468ea6d398b3b 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.4.0],
+AC_INIT([libsigrok], [0.5.0],
        [sigrok-devel@lists.sourceforge.net],
        [libsigrok], [http://www.sigrok.org])
 AC_CONFIG_MACRO_DIR([m4])