Add +git to the version string.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 25 Jun 2011 19:38:59 +0000 (21:38 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 25 Jun 2011 19:38:59 +0000 (21:38 +0200)
configure.in

index 04e1b0e..394a077 100644 (file)
@@ -4,7 +4,7 @@ AC_PREREQ(2.61)
 AC_INIT
 AC_CONFIG_SRCDIR([src/tincd.c])
 AC_GNU_SOURCE
-AM_INIT_AUTOMAKE(tinc, 1.1pre1)
+AM_INIT_AUTOMAKE(tinc, 1.1pre1+git)
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE