configure.ac: Bump package version to 0.5.1.

This commit is contained in:
Uwe Hermann 2018-10-14 19:50:04 +02:00
parent 45106f0ca5
commit 8686b747cd
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.5.0],
AC_INIT([libsigrok], [0.5.1],
[sigrok-devel@lists.sourceforge.net],
[libsigrok], [http://www.sigrok.org])
AC_CONFIG_MACRO_DIR([m4])