Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jan 3, 2022
1 parent e1532be commit d7595b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/about.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void init_default(void) {
sprintf(version_str, "ToaruOS %s", u.release);
}

copyright_str[0] = "© 2011-2021 K. Lange, et al.";
copyright_str[0] = "© 2011-2022 K. Lange, et al.";
copyright_str[1] = "-";
copyright_str[2] = "ToaruOS is free software released under the";
copyright_str[3] = "NCSA/University of Illinois license.";
Expand Down
2 changes: 1 addition & 1 deletion kernel/sys/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const char * __kernel_version_format = "%d.%d.%d-%s";
/* Version numbers X.Y.Z */
int __kernel_version_major = 2;
int __kernel_version_minor = 0;
int __kernel_version_lower = 0;
int __kernel_version_lower = 1;

/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish
Expand Down

0 comments on commit d7595b2

Please sign in to comment.