diff options
-rw-r--r-- | zup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ version() { const char *fmt = "zup %s\n" - "Copyright (C) 2022 Thomas Albers Raviola\n\n"; + "Copyright (C) 2023 Thomas Albers Raviola\n\n"; printf(fmt, VERSION); exit(EXIT_SUCCESS); } |