Skip to content

Commit 3cd1050

Browse files
committed
Update version number for 0.70 release.
1 parent a2b040e commit 3cd1050

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Buildscr

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module putty
3535
ifeq "$(RELEASE)" "" set Ndate $(!builddate)
3636
ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -pe 's/(....)(..)(..)/$$1-$$2-$$3/' > date
3737
ifneq "$(Ndate)" "" read Date date
38-
set Epoch 16280 # update this at every release
38+
set Epoch 16351 # update this at every release
3939
ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -ne 'use Time::Local; /(....)(..)(..)/ and print timegm(0,0,0,$$3,$$2-1,$$1) / 86400 - $(Epoch)' > days
4040
ifneq "$(Ndate)" "" read Days days
4141

LATEST.VER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.69
1+
0.70

doc/plink.but

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use Plink:
4141

4242
\c Z:\sysosd>plink
4343
\c Plink: command-line connection utility
44-
\c Release 0.69
44+
\c Release 0.70
4545
\c Usage: plink [options] [user@]host [command]
4646
\c ("host" can also be a PuTTY saved session name)
4747
\c Options:

doc/pscp.but

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use PSCP:
3939

4040
\c Z:\owendadmin>pscp
4141
\c PuTTY Secure Copy client
42-
\c Release 0.69
42+
\c Release 0.70
4343
\c Usage: pscp [options] [user@]host:source target
4444
\c pscp [options] source [source...] [user@]host:target
4545
\c pscp [options] -ls [user@]host:filespec

windows/putty.iss

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[Setup]
1616
AppName=PuTTY
17-
AppVerName=PuTTY version 0.69
18-
VersionInfoTextVersion=Release 0.69
19-
AppVersion=0.69
20-
VersionInfoVersion=0.69.0.0
17+
AppVerName=PuTTY version 0.70
18+
VersionInfoTextVersion=Release 0.70
19+
AppVersion=0.70
20+
VersionInfoVersion=0.70.0.0
2121
AppPublisher=Simon Tatham
2222
AppPublisherURL=https://www.chiark.greenend.org.uk/~sgtatham/putty/
2323
AppReadmeFile={app}\README.txt

0 commit comments

Comments
 (0)