From 4f3d0b1012b90d2d68ca0b9fcb40d9374764996a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 18 Jul 2015 18:05:36 +0200 Subject: [PATCH] Append "-git" to the version string. This avoids confusion with the released tarballs. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.30.2