Skip to content

Commit

Permalink
Release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
artem78 committed Nov 8, 2020
1 parent d0471d0 commit 175cbc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions res/VERSIONINFO.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 1,4,2,0
PRODUCTVERSION 1,4,2,0
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
Expand All @@ -11,13 +11,13 @@ BLOCK "StringFileInfo"
{
VALUE "CompanyName", "\000"
VALUE "FileDescription", "Automatic screenshot maker\000"
VALUE "FileVersion", "1.4.2\000"
VALUE "FileVersion", "1.5\000"
VALUE "InternalName", "\000"
VALUE "LegalCopyright", "\000"
VALUE "LegalTrademarks", "\000"
VALUE "OriginalFilename", "\000"
VALUE "ProductName", "Auto Screenshot\000"
VALUE "ProductVersion", "1.4.2\000"
VALUE "ProductVersion", "1.5\000"
VALUE "Comments", "\000"
}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Auto Screenshot"
#define MyAppVersion "1.4.2"
#define MyAppVersion "1.5"
#define MyAppPublisher "Artem Demin"
#define MyAppURL "https://github.com/artem78/AutoScreenshot#readme"
#define MyAppExeName "AutoScreenshot.exe"
Expand Down

0 comments on commit 175cbc6

Please sign in to comment.