]> sigrok.org Git - sigrok-cli.git/commitdiff
Append "-git" to the version string.
authorUwe Hermann <redacted>
Sat, 18 Jul 2015 16:05:36 +0000 (18:05 +0200)
committerUwe Hermann <redacted>
Sat, 18 Jul 2015 16:05:36 +0000 (18:05 +0200)
This avoids confusion with the released tarballs.

configure.ac

index bada0245336e00e78f7c144a61cffc12ebaf10ae..fa85ab10485c02ed360de63ed5e7af89ff797f4e 100644 (file)
@@ -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])