Skip to content

Commit 0782c74

Browse files
committed
Version bump
1 parent 56c0eb7 commit 0782c74

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
@@ -618,8 +618,8 @@ END
618618
//
619619

620620
VS_VERSION_INFO VERSIONINFO
621-
FILEVERSION 1,1,0,0
622-
PRODUCTVERSION 1,1,0,0
621+
FILEVERSION 1,2,0,0
622+
PRODUCTVERSION 1,2,0,0
623623
FILEFLAGSMASK 0x3fL
624624
#ifdef _DEBUG
625625
FILEFLAGS 0x1L
@@ -636,12 +636,12 @@ BEGIN
636636
BEGIN
637637
VALUE "CompanyName", "Catch22 Productions"
638638
VALUE "FileDescription", "WinSpy"
639-
VALUE "FileVersion", "1.1.0.0"
639+
VALUE "FileVersion", "1.2.0.0"
640640
VALUE "InternalName", "WinSpy"
641641
VALUE "LegalCopyright", "Copyright � 2012 Catch22 Productions"
642642
VALUE "OriginalFilename", "WinSpy.exe"
643643
VALUE "ProductName", "WinSpy"
644-
VALUE "ProductVersion", "1.1.0"
644+
VALUE "ProductVersion", "1.2.0"
645645
END
646646
END
647647
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)