diff options
author | Gert Doering <gert@greenie.muc.de> | 2010-09-22 22:23:10 +0200 |
---|---|---|
committer | Gert Doering <gert@greenie.muc.de> | 2011-04-24 17:22:45 +0200 |
commit | a64e083c77e3819259d50c44d44f032dd50134f5 (patch) | |
tree | 9e51d49dd1426c88eb9bca5aa36c67b5a58ff765 /options.c | |
parent | bugfix for linux/iproute2: IPv6 ifconfig code block was not called for (diff) | |
download | openvpn-a64e083c77e3819259d50c44d44f032dd50134f5.tar.xz |
bump IPv6 version number (openvpn --version) to 20100922-1
document Linux tun fixes and test results in ChangeLog.IPv6
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ const char title_string[] = #ifdef ENABLE_EUREPHIA " [eurephia]" #endif - " [IPv6 payload 20100307-1]" + " [IPv6 payload 20100922-1]" " built on " __DATE__ ; |