summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-02-11 15:28:13 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-02-27 00:55:38 +0100
commit9e178ebe41233c228a3f76c1adb623a633057249 (patch)
tree2ef757fe9106ea8433b59b645d9819ae05ef5b73 /version.m4
parentda51a175ed364ae8d41950858d8ebb2a25b742ee (diff)
downloadopenvpn-9e178ebe41233c228a3f76c1adb623a633057249.tar.gz
openvpn-9e178ebe41233c228a3f76c1adb623a633057249.tar.xz
openvpn-9e178ebe41233c228a3f76c1adb623a633057249.zip
Moved TAP-driver version info to version.m4. Cleaned up win/settings.in.
Previously parts of TAP-driver version information were stored in win/settings.in. This patch moves all of it to version.m4. This patch also cleans up and adds comments to win/settings.in 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.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/version.m4 b/version.m4
index 794a4a8..475a82f 100644
--- a/version.m4
+++ b/version.m4
@@ -1,6 +1,9 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.2-beta5])
+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])
+define(PRODUCT_TAP_RELDATE,[04/19/2010])
+define(PRODUCT_TAP_DEVICE_DESCRIPTION,[TAP-Win32 Adapter V9])
+define(PRODUCT_TAP_PROVIDER,[TAP-Win32 Provider V9])