Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
win32: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Lord committed Jan 22, 2018
1 parent 72d7e32 commit c543667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/yachie.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
IDI_ICON1 ICON "yachie.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,0,2,0
PRODUCTVERSION 1,0,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Sparkpin"
VALUE "CompanyName", "William Lord"
VALUE "FileDescription", "Chip-8 Emulator"
VALUE "FileVersion", "1.0"
VALUE "InternalName", "yachie"
VALUE "LegalCopyright", "William Lord"
VALUE "OriginalFilename", "yachie.exe"
VALUE "ProductName", "Yachie"
VALUE "ProductVersion", "1.0"
VALUE "ProductVersion", "1.0.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit c543667

Please sign in to comment.