Skip to content

Commit

Permalink
Bump version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Heit committed Jan 7, 2016
1 parent e818d4c commit 9ca9db2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zdbsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9ca9db2

Please sign in to comment.