diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-08 09:37:45 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-08 09:37:45 +0000 |
commit | 7f61d53b97261ed5d2d3f8472810e42176ad44b3 (patch) | |
tree | ae30adb6c063951ca6c238a3b073f9b74ac0698b /install-win32/version.nsi | |
parent | Windows TAP driver license text changes. (diff) | |
download | openvpn-7f61d53b97261ed5d2d3f8472810e42176ad44b3.tar.xz |
Don't build special x64 version of tapinstall.exe
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1773 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/version.nsi')
-rw-r--r-- | install-win32/version.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi index 164dc19..9976ad7 100644 --- a/install-win32/version.nsi +++ b/install-win32/version.nsi @@ -1,7 +1,7 @@ # Version numbers, settings, and dependencies # for Windows OpenVPN installer. -!define PRODUCT_VERSION "2.1_rc2c" +!define PRODUCT_VERSION "2.1_rc2e" # Copy installer to this directory when finished. # If undefined, don't copy installer after generation. |