Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Sep 5, 2014
1 parent 16672a4 commit be038ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/resource/WinSpy.rc
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,8,5
PRODUCTVERSION 1,0,8,5
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -601,12 +601,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Catch22 Productions"
VALUE "FileDescription", "WinSpy"
VALUE "FileVersion", "1.0.8.5"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "WinSpy"
VALUE "LegalCopyright", "Copyright � 2012 Catch22 Productions"
VALUE "OriginalFilename", "WinSpy.exe"
VALUE "ProductName", "WinSpy"
VALUE "ProductVersion", "1.0.8"
VALUE "ProductVersion", "1.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit be038ed

Please sign in to comment.