Skip to content

Commit

Permalink
Update installer versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Nov 16, 2016
1 parent de5686d commit 44928cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Win32/LeelaGUI.rc
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ WXBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,7,3,0
PRODUCTVERSION 0,7,3,0
FILEVERSION 0,8,0,0
PRODUCTVERSION 0,8,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -107,12 +107,12 @@ BEGIN
BLOCK "040004b0"
BEGIN
VALUE "FileDescription", "Leela - the Go program"
VALUE "FileVersion", "0.7.3.0"
VALUE "FileVersion", "0.8.0.0"
VALUE "InternalName", "Leela"
VALUE "LegalCopyright", "Copyright (C) 2016 Gian-Carlo Pascutto"
VALUE "OriginalFilename", "LeelaGUI.exe"
VALUE "ProductName", "Leela"
VALUE "ProductVersion", "0.7.3.0"
VALUE "ProductVersion", "0.8.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions installer/Leela.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!define LEELABIN "Leela074.exe"
!define LEELAOCL "Leela074_OpenCL.exe"
!define VERSION "0.7.4"
!define LEELABIN "Leela080.exe"
!define LEELAOCL "Leela080_OpenCL.exe"
!define VERSION "0.8.0"

!if "${NSIS_PACKEDVERSION}" >= 0x3000000
Unicode true
Expand Down

0 comments on commit 44928cb

Please sign in to comment.