forked from OpenVPN/openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed version name and tap driver ID
- Loading branch information
Showing
4 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@echo off | ||
rem @echo off | ||
rem Copyright (C) 2008-2012 Alon Bar-Lev <[email protected]> | ||
|
||
@rem this stupid command needed for SetEnv.cmd to operate | ||
|
@@ -10,14 +10,7 @@ call msvc-env.bat | |
set PLATFORMS=Win32 | ||
set CONFIGURATIONS=Release | ||
|
||
if exist "%VCHOME%\vcvarsall.bat" ( | ||
call "%VCHOME%\vcvarsall.bat" | ||
) else if exist "%VCHOME%\bin\vcvars32.bat" ( | ||
call "%VCHOME%\bin\vcvars32.bat" | ||
) else ( | ||
echo Cannot detect visual studio | ||
goto error | ||
) | ||
call "%VCHOME%\bin\vcvars32.bat" | ||
|
||
msbuild /help > nul 2>&1 | ||
if errorlevel 1 set DO_VCBUILD=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
dnl define the OpenVPN version | ||
define([PRODUCT_NAME], [OpenVPN]) | ||
define([PRODUCT_TARNAME], [openvpn]) | ||
define([PRODUCT_VERSION], [2.3.10]) | ||
define([PRODUCT_VERSION], [2.3.10a_wasel]) | ||
define([PRODUCT_BUGREPORT], [[email protected]]) | ||
define([PRODUCT_VERSION_RESOURCE], [2,3,10,0]) | ||
define([PRODUCT_VERSION_RESOURCE], [2,3,10a_wasel,0]) | ||
dnl define the TAP version | ||
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901]) | ||
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tapbvpn]) | ||
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9]) | ||
define([PRODUCT_TAP_WIN_MIN_MINOR], [9]) |