Browse Source

Showing that WinSCP includes features on top of PuTTY 0.78

Source commit: 614fd382efd6b082cc99681258d8994778a92336
Martin Prikryl 2 years ago
parent
commit
dc6242e543
2 changed files with 2 additions and 2 deletions
  1. 1 1
      source/putty/version.h
  2. 1 1
      source/resource/TextsCore1.rc

+ 1 - 1
source/putty/version.h

@@ -1,5 +1,5 @@
 /* Generated by automated build script */
 #define RELEASE 0.78
-#define TEXTVER "Release 0.78"
+#define TEXTVER "Release 0.78+"
 #define SSHVER "-Release-0.78"
 #define BINARY_VERSION 0,78,0,0

+ 1 - 1
source/resource/TextsCore1.rc

@@ -476,7 +476,7 @@ BEGIN
 
   CORE_VARIABLE_STRINGS, "CORE_VARIABLE"
   PUTTY_BASED_ON, "SSH and SCP code based on PuTTY %s"
-  PUTTY_COPYRIGHT, "Copyright © 1997–2022 Simon Tatham"
+  PUTTY_COPYRIGHT, "Copyright © 1997–2023 Simon Tatham"
   PUTTY_URL, "https://www.chiark.greenend.org.uk/~sgtatham/putty/"
   FILEZILLA_BASED_ON2, "FTP code based on FileZilla"
   FILEZILLA_COPYRIGHT2, "Copyright © Tim Kosse"