Bump package version to 0.5.2.

This commit is contained in:
Uwe Hermann 2019-12-24 16:29:32 +01:00
parent c66fde84f6
commit a6b07d7e28
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). # We require at least autoconf 2.63 (AC_INIT format changed there).
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([libsigrok], [0.5.1], AC_INIT([libsigrok], [0.5.2],
[sigrok-devel@lists.sourceforge.net], [sigrok-devel@lists.sourceforge.net],
[libsigrok], [http://www.sigrok.org]) [libsigrok], [http://www.sigrok.org])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])