From 35e2548835cd9fca003347e092de9f36d545a76a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2018 11:14:32 +0200 Subject: Clean up includes and improve source file separation --- src/serdi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index 9621cc3a..f4363583 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -14,7 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_config.h" #include "string_utils.h" #include "system.h" @@ -76,7 +75,7 @@ static int print_version(void) { printf("serdi " SERD_VERSION " \n"); - printf("Copyright 2011-2017 David Robillard .\n" + printf("Copyright 2011-2020 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