diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-19 22:03:54 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-19 22:03:54 +0000 |
commit | 7e90ca24c05c5b8fb35a1aff78291125d5d7150b (patch) | |
tree | 44a9c659ab91d0b236bbe7f5fca2595f1625fda7 /install-win32/version.nsi | |
parent | Updated build system and tap driver to work with (diff) | |
download | openvpn-7e90ca24c05c5b8fb35a1aff78291125d5d7150b.tar.xz |
Use Server 2003 rather than Vista as x64 target for tap/tapinstall.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1853 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/version.nsi')
-rw-r--r-- | install-win32/version.nsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi index 9e9d4e2..f399cb5 100644 --- a/install-win32/version.nsi +++ b/install-win32/version.nsi @@ -1,16 +1,12 @@ # Version numbers, settings, and dependencies # for Windows OpenVPN installer. -!define PRODUCT_VERSION "2.1_rc2d" +!define PRODUCT_VERSION "2.1_rc2e" # For now, use prebuilt AMD64 tap/tapinstall #!define TAP_BIN_AMD64 "../amd64/tap/tap0901.sys" #!define TI_BIN_AMD64 "../amd64/tapinstall/tapinstall.exe" -# Copy installer to this directory when finished. -# If undefined, don't copy installer after generation. -!define INSTALLER_DEST "/y" - # Prebuilt libraries. DMALLOC is optional. !define OPENSSL_DIR "../openssl-0.9.7l" !define LZO_DIR "../lzo-2.02" |