Bump version to 1.19

This commit is contained in:
Randy Heit 2016-01-07 13:49:21 -06:00
parent e818d4c6c0
commit 9ca9db2893
2 changed files with 6 additions and 6 deletions

View File

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

View File

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