Skip to content

Commit accb84f

Browse files
committed
Updated copyright year to prepare for Adept 2.4 Release
1 parent 4ebffeb commit accb84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DRVR/compiler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ void break_into_arguments(const char *s, int *out_argc, char ***out_argv){
652652
}
653653

654654
void show_help(bool show_advanced_options){
655-
printf("The Adept Compiler v%s - (c) 2016-2020 Isaac Shelton\n\n", ADEPT_VERSION_STRING);
655+
printf("The Adept Compiler v%s - (c) 2016-2021 Isaac Shelton\n\n", ADEPT_VERSION_STRING);
656656
printf("Usage: adept [options] [filename]\n\n");
657657
printf("Options:\n");
658658
printf(" -h, --help Display this message\n");

0 commit comments

Comments
 (0)