From afc2c166448ba22ac2da3007a03768ef51367c3c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 13:28:20 +0100 Subject: Update date in version output --- src/serdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/serdi.c b/src/serdi.c index 30443903..687e75b3 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -85,7 +85,7 @@ static int print_version(void) { printf("serdi " SERD_VERSION " \n"); - printf("Copyright 2011-2020 David Robillard .\n" + printf("Copyright 2011-2021 David Robillard .\n" "License: \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