From: Uwe Hermann Date: Thu, 25 Oct 2018 20:08:12 +0000 (+0200) Subject: configure.ac: Bump package version to 0.7.1. X-Git-Tag: sigrok-cli-0.7.1^0 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=6bb3c3dd27c0477705a5c0684a8c3fd506a35f48;hp=cee6849ab65e0302e6f75b5bea424356019fb141 configure.ac: Bump package version to 0.7.1. --- diff --git a/configure.ac b/configure.ac index af9c860..9b3fd03 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([sigrok-cli], [0.7.0], [sigrok-devel@lists.sourceforge.net], +AC_INIT([sigrok-cli], [0.7.1], [sigrok-devel@lists.sourceforge.net], [sigrok-cli], [http://www.sigrok.org]) AC_CONFIG_SRCDIR([sigrok-cli.h]) AC_CONFIG_MACRO_DIR([m4])