mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-10 06:31:35 +00:00
- Bump ZDBSP version to 1.17.
SVN r2632 (trunk)
This commit is contained in:
parent
bd06fbd5d7
commit
8df3f3f40e
2 changed files with 6 additions and 6 deletions
10
resource.rc
10
resource.rc
|
@ -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"
|
||||
|
|
2
zdbsp.h
2
zdbsp.h
|
@ -16,7 +16,7 @@ typedef __int32 int32_t;
|
|||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#define ZDBSP_VERSION "1.16"
|
||||
#define ZDBSP_VERSION "1.17"
|
||||
|
||||
enum EBlockmapMode
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue