aboutsummaryrefslogtreecommitdiff
path: root/version.m4
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-04-19 10:28:06 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-26 22:29:12 +0200
commitcf906790a88cc4489fd4677aa6b9c5f6a7146488 (patch)
tree87445122e7f1fefefd9785084cfbc092b7000bd6 /version.m4
parentVersion 2.1.3t (diff)
downloadopenvpn-cf906790a88cc4489fd4677aa6b9c5f6a7146488.tar.xz
Revert r7092 and r7151, i.e. remove --enable-osxipconfig
configure option. ipconfig on Mac has certain behavior that makes it unsuitable for use by OpenVPN to configure tun/tap interface. Version 2.1.3u git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7191 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'version.m4')
-rw-r--r--version.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4
index 8892283..85cd043 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1.3t])
+define(PRODUCT_VERSION,[2.1.3u])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])