diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-18 18:47:06 +0100 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-18 18:47:06 +0100 |
commit | e98124dfbabfa78e9bf6e841ffcc8e04868df331 (patch) | |
tree | b1e9bad1d16b04c2c3ed37710af14d91b0fad3e0 /version.m4 | |
parent | Fixed compiling issues when using --disable-crypto (diff) | |
parent | Fixes to prevent compile breakage when --disable-crypto is used. (diff) | |
download | openvpn-e98124dfbabfa78e9bf6e841ffcc8e04868df331.tar.xz |
Merge branch 'svn-BETA21' into bugfix2.1
Diffstat (limited to 'version.m4')
-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.3b]) +define(PRODUCT_VERSION,[2.1.3c]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |