Happy New Year 2018!
authorStefan Metzmacher <metze@samba.org>
Sun, 31 Dec 2017 23:14:13 +0000 (00:14 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 1 Jan 2018 18:19:22 +0000 (19:19 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jan  1 19:19:22 CET 2018 on sn-devel-144

source3/include/smb.h
source4/smbd/server.c

index 0e79cb8d2e508aa287afb5c3b8cb4e8638060ac6..3316f09d94f7aae2042cb15867119de9692f6445 100644 (file)
@@ -30,7 +30,7 @@
 #include "libds/common/roles.h"
 
 /* logged when starting the various Samba daemons */
-#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2017"
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2018"
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
index 85dea2626a19d3a25d25b604522b070ceb3e815a..f650d80e87309d5a89d9c7b00424f0cfad455f69 100644 (file)
@@ -470,7 +470,7 @@ static int binary_smbd_main(const char *binary_name,
                binary_name,
                SAMBA_VERSION_STRING));
        DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team"
-               " 1992-2017\n"));
+               " 1992-2018\n"));
 
        if (sizeof(uint16_t) < 2 ||
                        sizeof(uint32_t) < 4 ||