diff --git a/src/options.c b/src/options.c index 444cc35..b507e09 100644 --- a/src/options.c +++ b/src/options.c @@ -198,7 +198,7 @@ void parse_options(int argc, char *argv[]) case 'v': printf("tio v%s\n", VERSION); - printf("Copyright (c) 2014-2018 Martin Lund\n"); + printf("Copyright (c) 2014-2022 Martin Lund\n"); printf("\n"); printf("License GPLv2+: GNU GPL version 2 or later .\n"); printf("This is free software: you are free to change and redistribute it.\n");