mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-23 09:43:45 +08:00
c75a8976f0
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>
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
dnl define the OpenVPN version
|
|
define(PRODUCT_VERSION,[2.2-rc])
|
|
dnl define the TAP version
|
|
define(PRODUCT_TAP_ID,[tap0901])
|
|
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])
|
|
define(PRODUCT_TAP_WIN32_MIN_MINOR,[1])
|