summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-02-19 10:15:12 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-02-27 00:59:04 +0100
commitc75a8976f070ef86cfced71b3df5cbce0e32e01a (patch)
tree020915e10160547e08ad7a7d868a4363623698fe /version.m4
parent3b315a57d579d9ba8e259216f722094f1c1dbcde (diff)
downloadopenvpn-c75a8976f070ef86cfced71b3df5cbce0e32e01a.tar.gz
openvpn-c75a8976f070ef86cfced71b3df5cbce0e32e01a.tar.xz
openvpn-c75a8976f070ef86cfced71b3df5cbce0e32e01a.zip
Changes to buildsystem patchset
Implemented changes to the buildsystem patchset suggested by jamesyonan in IRC meeting on 17th Feb 2010: 1) Remove variables added to version.m4 and use win/settings.in instead 2) Add ENABLE_<FEATURE> configuration to win/settings.in instead of parsing config-win32.h for them This patch applies on top of the previous 13 patches. Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'version.m4')
-rw-r--r--version.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/version.m4 b/version.m4
index 475a82f..d914fc1 100644
--- a/version.m4
+++ b/version.m4
@@ -4,6 +4,3 @@ dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])
define(PRODUCT_TAP_WIN32_MIN_MINOR,[1])
-define(PRODUCT_TAP_RELDATE,[04/19/2010])
-define(PRODUCT_TAP_DEVICE_DESCRIPTION,[TAP-Win32 Adapter V9])
-define(PRODUCT_TAP_PROVIDER,[TAP-Win32 Provider V9])