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>2021-05-08 11:38:15 +0300
committerSimon Tatham <anakin@pobox.com>2021-05-08 11:38:15 +0300
commit62283226da17eda4c1346592e56a43f6d73e4268 (patch)
tree0ae3323f91728b89b2f1060bdb56b2e025e0347b /Buildscr
parentc037aef285f052cec31a0c346d8ab1fa9fc171a3 (diff)
parentc72200ff8851b0d95574b8a8a88a2780a243c66c (diff)
Merge tag '0.75' into main
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Buildscr b/Buildscr
index 199ea4ec..24db5913 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 17433 # update this at every release
+set Epoch 17749 # 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