configure.ac: Bump package version to 0.5.0.

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.
This commit is contained in:
Uwe Hermann 2016-02-06 15:19:06 +01:00
parent 89c82260b0
commit 29d3876a0b
1 changed files with 1 additions and 1 deletions

View 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])