Skip to content

Commit

Permalink
version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e committed Mar 17, 2018
1 parent 15c53a6 commit 9a11a96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ClipWatch/ClipWatch.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,0,0
PRODUCTVERSION 2,1,0,0
FILEVERSION 2.2.0.0
PRODUCTVERSION 2.2.0.0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
VALUE "Comments", "https://sourceforge.net/projects/clipwatch/"
VALUE "CompanyName", "Fester"
VALUE "FileDescription", "Clipboard extender/history/utility"
VALUE "FileVersion", "2, 1, 0, 0"
VALUE "FileVersion", "2.2.0.0"
VALUE "InternalName", "Clipboard Monitor"
VALUE "LegalCopyright", "Copyright 2001-2009, 2013-2014, 2018 Sean Echevarria"
VALUE "OriginalFilename", "ClipWatch.exe"
VALUE "ProductName", "ClipWatch"
VALUE "ProductVersion", "2, 1, 0, 0"
VALUE "ProductVersion", "2.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion ClipWatch/appmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
<assemblyIdentity
processorArchitecture="x86"
version="2.1.0.0"
version="2.2.0.0"
name="ClipWatch"
type="win32"
/>
Expand Down
2 changes: 1 addition & 1 deletion ClipWatch/setup/ClipWatchSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define MyAppURL "https://sourceforge.net/projects/clipwatch/"
#define MyAppExeName "ClipWatch.exe"
#define ExeDir ".\..\Release"
#define MyAppVersion "2.1.0.0"
#define MyAppVersion "2.2.0.0"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down

0 comments on commit 9a11a96

Please sign in to comment.