From c7f85701199b42695ce78b28b120a3c56e114fd6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Feb 2023 18:46:04 -0500 Subject: Update year in version output --- src/serdi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/serdi.c b/src/serdi.c index 462d7909..96988b60 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -1,4 +1,4 @@ -// Copyright 2011-2022 David Robillard +// Copyright 2011-2023 David Robillard // SPDX-License-Identifier: ISC #include "serd_config.h" @@ -72,7 +72,7 @@ static int print_version(void) { printf("serdi " SERD_VERSION " \n"); - printf("Copyright 2011-2022 David Robillard .\n" + printf("Copyright 2011-2023 David Robillard .\n" "License ISC: .\n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); -- cgit v1.2.1