Bläddra i källkod

Happy New Year 2016!

Source commit: 6981a9d1057ac3066136d25057965b5be034a1d9
Martin Prikryl 9 år sedan
förälder
incheckning
a755c4c285
3 ändrade filer med 3 tillägg och 3 borttagningar
  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-2015 Martin Prikryl</copyright>
+    <copyright>Copyright © 2012-2016 Martin Prikryl</copyright>
     <tags>winscp sftp ftp ftps webdav scp transfer</tags>
   </metadata>
   <files>

+ 1 - 1
deployment/winscpsetup.iss

@@ -8,7 +8,7 @@
 #define WebDocumentation WebRoot+"eng/docs/"
 #define WebReport WebRoot+"install.php"
 #define WebPuTTY "http://www.chiark.greenend.org.uk/~sgtatham/putty/"
-#define Year 2015
+#define Year 2016
 #define EnglishLang "English"
 #define SetupTypeData "SetupType"
 #define InnoSetupReg "Software\Microsoft\Windows\CurrentVersion\Uninstall\" + AppId + "_is1"

+ 1 - 1
source/resource/TextsWin1.rc

@@ -558,7 +558,7 @@ BEGIN
         CUSTOM_COMMAND_HINT_LONG, "Execute custom command '%s' as '%s'"
 
         WIN_VARIABLE_STRINGS, "WIN_VARIABLE"
-        WINSCP_COPYRIGHT, "Copyright © 2000-2015 Martin Prikryl"
+        WINSCP_COPYRIGHT, "Copyright © 2000-2016 Martin Prikryl"
         HOMEPAGE_URL, "https://winscp.net/"
         HISTORY_URL, "https://winscp.net/eng/docs/history"
         FORUM_URL, "https://winscp.net/forum/"