diff options
| author | msheby <msheby@cinecert.com> | 2008-10-23 22:31:43 +0000 |
|---|---|---|
| committer | msheby <> | 2008-10-23 22:31:43 +0000 |
| commit | 924ebef758b5d8e7d296aab70c65387109795c63 (patch) | |
| tree | eddd12a5554293543411297f67dd4348e3472810 /win32 | |
| parent | 02be6b0940749863db32c0b00698fd25b5ab6640 (diff) | |
Update OpenBSD hack.
Diffstat (limited to 'win32')
| -rwxr-xr-x | win32/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.mak b/win32/Makefile.mak index ee91a42..1d2e7bd 100755 --- a/win32/Makefile.mak +++ b/win32/Makefile.mak @@ -32,7 +32,7 @@ OBJDIR = . !endif
CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \
- /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.3.19a\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"1.3.20\" \
/I$(WITH_OPENSSL)\inc32
LIB_EXE = lib.exe
|
