diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 09:37:25 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 09:37:25 +0000 |
commit | 55e8903b9f856256a54604bbda809e70a4c03711 (patch) | |
tree | dad0e735190bae2cede451c92ccbe0654f937ebb /install-win32 | |
parent | Incremented TAP version number to 9.4. (diff) | |
download | openvpn-55e8903b9f856256a54604bbda809e70a4c03711.tar.xz |
Squashed Win2K TAP bug that was introduced by Vista fixes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2657 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32')
-rw-r--r-- | install-win32/settings.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index 2239790..a2c138d 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -75,10 +75,10 @@ !define MAKE_CLEAN "yes" ; DEBUGGING -- set to something like "-DBG2" -!define OUTFILE_LABEL "-T2" +!define OUTFILE_LABEL "-T4" ; DEBUGGING -- set to something like "DEBUG2" -!define TITLE_LABEL "TEST2" +!define TITLE_LABEL "TEST4" # include a sample configuration file and key !define SAMPCONF_DIR "test-key" |