- Bump ZDBSP version to 1.17.

SVN r2632 (trunk)
This commit is contained in:
Randy Heit 2010-08-29 04:11:47 +00:00
parent bd06fbd5d7
commit 8df3f3f40e
2 changed files with 6 additions and 6 deletions

View File

@ -90,8 +90,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,13,0,0
PRODUCTVERSION 1,13,0,0
FILEVERSION 1,17,0,0
PRODUCTVERSION 1,17,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -107,12 +107,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "ZDBSP Node Builder"
VALUE "FileVersion", "1.13"
VALUE "FileVersion", "1.17"
VALUE "InternalName", "zdbsp"
VALUE "LegalCopyright", "Copyright (C) 2002-2009 Randy Heit, 2009 Christoph Oelckers"
VALUE "LegalCopyright", "Copyright (C) 2002-2010 Randy Heit, 2009 Christoph Oelckers"
VALUE "OriginalFilename", "zdbsp.exe"
VALUE "ProductName", "ZDBSP"
VALUE "ProductVersion", "1.13"
VALUE "ProductVersion", "1.17"
END
END
BLOCK "VarFileInfo"

View File

@ -16,7 +16,7 @@ typedef __int32 int32_t;
#include <stdint.h>
#endif
#define ZDBSP_VERSION "1.16"
#define ZDBSP_VERSION "1.17"
enum EBlockmapMode
{