diff options
author | James Yonan <james@openvpn.net> | 2011-03-27 09:20:13 +0000 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2011-04-26 22:29:11 +0200 |
commit | e9f8696f3981fc493501082d996340c9021919c7 (patch) | |
tree | 5a7678b4ed04d1a0fbbaa1ddac119b378c61757d /version.m4 | |
parent | Added "auth-token" client directive, which is intended to be (diff) | |
download | openvpn-e9f8696f3981fc493501082d996340c9021919c7.tar.xz |
Added ./configure --enable-osxipconfig option for Mac OS X which will
enable the use of ipconfig (instead of ifconfig) for configuring the
IP address and netmask of the tun/tap adapter.
Version 2.1.3p
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7092 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1.3o]) +define(PRODUCT_VERSION,[2.1.3p]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |