Skip to content

Commit

Permalink
update 2022-10-31b
Browse files Browse the repository at this point in the history
  • Loading branch information
r16turbo committed Nov 1, 2022
1 parent 3aa3da4 commit 7649c4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions putty.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#define VERSION '0.78'
#define RELEASE '2022-10-31'
#define RELEASE '2022-10-31b'

#define RELYEAR Copy(RELEASE,1,4)
#define RELDATE Copy(RELEASE,6,2) + Copy(RELEASE,9,2)
#define REVISION Copy(RELEASE,11,1)
#define FILEVER VERSION + '.' + RELYEAR + '.' + RELDATE
#define COPYRIGHT 'Copyright © 1997-' + RELYEAR + ' Simon Tatham.'

Expand All @@ -26,7 +27,7 @@ UninstallDisplayName=PuTTY-ranvis
UninstallDisplayIcon={app}\putty.exe
ChangesAssociations=yes
OutputDir=output
OutputBaseFilename=PuTTYrv-64bit-{#VERSION}-{#RELYEAR}{#RELDATE}-installer
OutputBaseFilename=PuTTYrv-64bit-{#VERSION}-{#RELYEAR}{#RELDATE}{#REVISION}-installer
Compression=lzma2/max
SolidCompression=yes
UsedUserAreasWarning=no
Expand Down

0 comments on commit 7649c4c

Please sign in to comment.