Skip to content

Commit

Permalink
Preparing new release (8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LumitoLuma committed Aug 28, 2020
1 parent bbcc463 commit 72cbb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OpenSSH-Win32.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "resources\environment.iss"
#include "resources/environment.iss"

#define MyAppName "OpenSSH for Windows x86"
#define MyAppVersion "8.1"
Expand All @@ -11,7 +11,7 @@ AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppName} {#MyAppVersion}
VersionInfoVersion={#MyAppVersion}
AppCopyright=Copyright © 2020 {#MyAppPublisher}
AppCopyright=© 2020, {#MyAppPublisher}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
Expand Down
4 changes: 2 additions & 2 deletions OpenSSH-Win64.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "resources\environment.iss"
#include "resources/environment.iss"

#define MyAppName "OpenSSH for Windows x64"
#define MyAppVersion "8.1"
Expand All @@ -11,7 +11,7 @@ AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppName} {#MyAppVersion}
VersionInfoVersion={#MyAppVersion}
AppCopyright=Copyright © 2020 {#MyAppPublisher}
AppCopyright=© 2020, {#MyAppPublisher}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
Expand Down

0 comments on commit 72cbb69

Please sign in to comment.