From: Guus Sliepen <guus@tinc-vpn.org>
Date: Sat, 25 Jun 2011 19:38:59 +0000 (+0200)
Subject: Add +git to the version string.
X-Git-Tag: release-1.1pre2~46
X-Git-Url: http://git.tinc-vpn.org/git/browse?a=commitdiff_plain;h=810766e1394f18b8709e9f0c75a41a2c348e3fad;p=tinc

Add +git to the version string.
---

diff --git a/configure.in b/configure.in
index 04e1b0e3..394a077a 100644
--- a/configure.in
+++ b/configure.in
@@ -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