From: Uwe Hermann Date: Sat, 18 Jul 2015 16:05:36 +0000 (+0200) Subject: Append "-git" to the version string. X-Git-Tag: sigrok-cli-0.6.0~29 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=4f3d0b1012b90d2d68ca0b9fcb40d9374764996a Append "-git" to the version string. This avoids confusion with the released tarballs. --- diff --git a/configure.ac b/configure.ac index bada024..fa85ab1 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.5.0], [sigrok-devel@lists.sourceforge.net], +AC_INIT([sigrok-cli], [0.5.0-git], [sigrok-devel@lists.sourceforge.net], [sigrok-cli], [http://www.sigrok.org]) AC_CONFIG_SRCDIR([sigrok-cli.h])