diff options
-rw-r--r-- | src/jalv_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c index 89f7deb..2c86d1d 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -68,7 +68,7 @@ static int print_version(void) { printf("jalv " JALV_VERSION " <http://drobilla.net/software/jalv>\n"); - printf("Copyright 2011-2024 David Robillard <d@drobilla.net>\n" + printf("Copyright 2011-2025 David Robillard <d@drobilla.net>\n" "License ISC: <https://spdx.org/licenses/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"); |