Skip to content

Commit be038ed

Browse files
committed
Version bump
1 parent 16672a4 commit be038ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/resource/WinSpy.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ END
583583
//
584584

585585
VS_VERSION_INFO VERSIONINFO
586-
FILEVERSION 1,0,8,5
587-
PRODUCTVERSION 1,0,8,5
586+
FILEVERSION 1,1,0,0
587+
PRODUCTVERSION 1,1,0,0
588588
FILEFLAGSMASK 0x3fL
589589
#ifdef _DEBUG
590590
FILEFLAGS 0x1L
@@ -601,12 +601,12 @@ BEGIN
601601
BEGIN
602602
VALUE "CompanyName", "Catch22 Productions"
603603
VALUE "FileDescription", "WinSpy"
604-
VALUE "FileVersion", "1.0.8.5"
604+
VALUE "FileVersion", "1.1.0.0"
605605
VALUE "InternalName", "WinSpy"
606606
VALUE "LegalCopyright", "Copyright � 2012 Catch22 Productions"
607607
VALUE "OriginalFilename", "WinSpy.exe"
608608
VALUE "ProductName", "WinSpy"
609-
VALUE "ProductVersion", "1.0.8"
609+
VALUE "ProductVersion", "1.1.0"
610610
END
611611
END
612612
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)