소스 검색

Happy New Year 2017!

(cherry picked from commit dba9536b7c311dd766f720aa5cd2430429b9faa0)

Source commit: a6bd81e4e2e1c4431cc2fb739b0d8f9b288c6359
Martin Prikryl 8 년 전
부모
커밋
a12c629164
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-2016 Martin Prikryl</copyright>
+    <copyright>Copyright © 2012-2017 Martin Prikryl</copyright>
     <tags>winscp sftp ftp ftps webdav 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 "http://winscp.net/install.php"
-#define Year 2016
+#define Year 2017
 #define EnglishLang "English"
 #define SetupTypeData "SetupType"
 #define InnoSetupReg "Software\Microsoft\Windows\CurrentVersion\Uninstall\" + AppId + "_is1"

+ 1 - 1
source/resource/TextsWin1.rc

@@ -593,7 +593,7 @@ BEGIN
         EXTENSION_SESSIONLOG_FILTER, "Session log files (*.log)|*.log|All files (*.*)|*.*"
 
         WIN_VARIABLE_STRINGS, "WIN_VARIABLE"
-        WINSCP_COPYRIGHT, "Copyright © 2000-2016 Martin Prikryl"
+        WINSCP_COPYRIGHT, "Copyright © 2000-2017 Martin Prikryl"
         HOMEPAGE_URL, "https://winscp.net/"
         HISTORY_URL, "https://winscp.net/eng/docs/history"
         FORUM_URL, "https://winscp.net/forum/"