From 32c0fda01c700589b4390eec15a36fe785e5378a Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 4 Jan 2024 01:23:27 +0100 Subject: [PATCH] upnpc.c: 2023 => 2024 --- miniupnpc/src/upnpc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miniupnpc/src/upnpc.c b/miniupnpc/src/upnpc.c index 36ada0c..9c4cbe0 100644 --- a/miniupnpc/src/upnpc.c +++ b/miniupnpc/src/upnpc.c @@ -1,7 +1,7 @@ -/* $Id: upnpc.c,v 1.136 2023/07/05 22:27:32 nanard Exp $ */ +/* $Id: upnpc.c,v 1.137 2024/01/04 00:42:50 nanard Exp $ */ /* Project : miniupnp * Author : Thomas Bernard - * Copyright (c) 2005-2023 Thomas Bernard + * Copyright (c) 2005-2024 Thomas Bernard * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. */ @@ -591,7 +591,7 @@ int main(int argc, char ** argv) } #endif printf("upnpc : miniupnpc library test client, version %s.\n", MINIUPNPC_VERSION_STRING); - printf(" (c) 2005-2023 Thomas Bernard.\n"); + printf(" (c) 2005-2024 Thomas Bernard.\n"); printf("Go to http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/\n" "for more information.\n"); /* command line processing */