Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoeffinger committed Feb 28, 2018
1 parent ca55d65 commit 5424526
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions impl11/ddraw/ddraw.rc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ END
//

1 VERSIONINFO
FILEVERSION 1,5,3
PRODUCTVERSION 1,5,3
FILEVERSION 1,5,4
PRODUCTVERSION 1,5,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -66,12 +66,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Jérémy Ansel"
VALUE "FileDescription", "Direct3D 11 implementation for X-Wing series"
VALUE "FileVersion", "1.5.3"
VALUE "FileVersion", "1.5.4"
VALUE "InternalName", "ddraw.dll"
VALUE "LegalCopyright", "Copyright (C) Jérémy Ansel 2014, Reimar Döffinger 2015-2018"
VALUE "OriginalFilename", "ddraw.dll"
VALUE "ProductName", "xwa_ddraw_d3d11"
VALUE "ProductVersion", "1.5.3"
VALUE "ProductVersion", "1.5.4"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5424526

Please sign in to comment.