浏览代码

Happy New Year 2019!

(cherry picked from commit 9a5b24d48c994c0a297b3ed694d4b2e0df5a8d9e)

Source commit: 4d42f9999cf58f9c5f32650d568153f748d21c9c
Martin Prikryl 6 年之前
父节点
当前提交
ed2170f3b5
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      deployment/WinSCPnet.nuspec
  2. 1 1
      deployment/winscpsetup.iss
  3. 1 1
      source/resource/TextsWin1.rc

+ 1 - 1
deployment/WinSCPnet.nuspec

@@ -18,7 +18,7 @@ The library is primarily intended for advanced automation tasks that require con
 For documentation and examples of use, see project website.
 
 The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.</description>
-    <copyright>Copyright © 2012-2018 Martin Prikryl</copyright>
+    <copyright>Copyright © 2012-2019 Martin Prikryl</copyright>
     <tags>winscp sftp ftp ftps webdav s3 scp transfer</tags>
   </metadata>
   <files>

+ 1 - 1
deployment/winscpsetup.iss

@@ -7,7 +7,7 @@
 #define WebForum WebRoot+"forum/"
 #define WebDocumentation WebRoot+"eng/docs/"
 #define WebReport "https://winscp.net/install.php"
-#define Year 2018
+#define Year 2019
 #define EnglishLang "English"
 #define SetupTypeData "SetupType"
 #define InnoSetupReg "Software\Microsoft\Windows\CurrentVersion\Uninstall\" + AppId + "_is1"

+ 1 - 1
source/resource/TextsWin1.rc

@@ -600,7 +600,7 @@ BEGIN
         EDIT_SELECT_ALL, "Select &All"
 
         WIN_VARIABLE_STRINGS, "WIN_VARIABLE"
-        WINSCP_COPYRIGHT, "Copyright © 2000-2018 Martin Prikryl"
+        WINSCP_COPYRIGHT, "Copyright © 2000-2019 Martin Prikryl"
         HOMEPAGE_URL, "https://winscp.net/"
         HISTORY_URL, "https://winscp.net/eng/docs/history"
         FORUM_URL, "https://winscp.net/forum/"