aboutsummaryrefslogtreecommitdiff
path: root/version.m4
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-03-27 09:20:13 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-26 22:29:11 +0200
commite9f8696f3981fc493501082d996340c9021919c7 (patch)
tree5a7678b4ed04d1a0fbbaa1ddac119b378c61757d /version.m4
parentAdded "auth-token" client directive, which is intended to be (diff)
downloadopenvpn-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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4
index cd7ba56..f8b3b8d 100644
--- a/version.m4
+++ b/version.m4
@@ -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])