Skip to content

Commit 34a71b2

Browse files
committed
Updated copyright year
1 parent db2a08b commit 34a71b2

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
@@ -705,7 +705,7 @@ void break_into_arguments(const char *s, int *out_argc, char ***out_argv){
705705
}
706706

707707
void show_help(bool show_advanced_options){
708-
printf("The Adept Compiler v%s - (c) 2016-2021 Isaac Shelton\n\n", ADEPT_VERSION_STRING);
708+
printf("The Adept Compiler v%s - (c) 2016-2022 Isaac Shelton\n\n", ADEPT_VERSION_STRING);
709709
printf("Usage: adept [options] [filename]\n\n");
710710
printf("Options:\n");
711711
printf(" -h, --help Display this message\n");

0 commit comments

Comments
 (0)