Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2022-10-28 20:19:19 +0300
committerSimon Tatham <anakin@pobox.com>2022-10-28 20:19:19 +0300
commit4ff82ab29a22936b78510c68f544a99e677efed3 (patch)
treeb8d7f194feedd70642ca77567a514c0251a6b821
parent475c23875e459525bad449b328e4a455e60a9178 (diff)
Update version number for 0.78 release.
-rw-r--r--Buildscr2
-rw-r--r--LATEST.VER2
-rw-r--r--doc/plink.but2
-rw-r--r--doc/pscp.but2
4 files changed, 4 insertions, 4 deletions
diff --git a/Buildscr b/Buildscr
index a2e23d9d..02de6432 100644
--- a/Buildscr
+++ b/Buildscr
@@ -35,7 +35,7 @@ module putty
ifeq "$(RELEASE)" "" set Ndate $(!builddate)
ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -pe 's/(....)(..)(..)/$$1-$$2-$$3/' > date
ifneq "$(Ndate)" "" read Date date
-set Epoch 18136 # update this at every release
+set Epoch 18293 # update this at every release
ifneq "$(Ndate)" "" in . do echo $(Ndate) | perl -ne 'use Time::Local; /(....)(..)(..)/ and print timegm(0,0,0,$$3,$$2-1,$$1) / 86400 - $(Epoch)' > days
ifneq "$(Ndate)" "" read Days days
diff --git a/LATEST.VER b/LATEST.VER
index 9e1e206c..95d2ff57 100644
--- a/LATEST.VER
+++ b/LATEST.VER
@@ -1 +1 @@
-0.77
+0.78
diff --git a/doc/plink.but b/doc/plink.but
index 44b29c52..39b14f2b 100644
--- a/doc/plink.but
+++ b/doc/plink.but
@@ -41,7 +41,7 @@ use Plink:
\c C:\>plink
\c Plink: command-line connection utility
-\c Release 0.77
+\c Release 0.78
\c Usage: plink [options] [user@]host [command]
\c ("host" can also be a PuTTY saved session name)
\c Options:
diff --git a/doc/pscp.but b/doc/pscp.but
index 23b17a6a..96a2d4b9 100644
--- a/doc/pscp.but
+++ b/doc/pscp.but
@@ -39,7 +39,7 @@ use PSCP:
\c C:\>pscp
\c PuTTY Secure Copy client
-\c Release 0.77
+\c Release 0.78
\c Usage: pscp [options] [user@]host:source target
\c pscp [options] source [source...] [user@]host:target
\c pscp [options] -ls [user@]host:filespec