From cb13e30661d87a38232bf27e817528184d345811 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Thu, 16 Aug 2012 20:31:23 +0200 Subject: Reduce --version string detail about IPv6 to just "[IPv6]". For 2.3 release, we do not need to have more details, as there is no separate patch set anymore, and both IPv6 transport and IPv6 payload (PF_INET6) have been fully integrated. Signed-off-by: Gert Doering Acked-by: David Sommerseth Message-Id: 1345141883-9889-3-git-send-email-gert@greenie.muc.de URL: http://article.gmane.org/gmane.network.openvpn.devel/6985 Signed-off-by: David Sommerseth --- src/openvpn/options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 19690e1..d25bbea 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -106,8 +106,7 @@ const char title_string[] = #if ENABLE_IP_PKTINFO " [MH]" #endif - " [PF_INET6]" - " [IPv6 payload 20110522-1 (2.2.0)]" + " [IPv6]" " built on " __DATE__ ; -- cgit