Skip to content

Commit

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

copyright_str[0] = "(C) 2011-2020 K. Lange, et al.";
copyright_str[0] = "(C) 2011-2021 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
4 changes: 2 additions & 2 deletions kernel/sys/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ char * __kernel_version_format = "%d.%d.%d-%s";

/* Version numbers X.Y.Z */
int __kernel_version_major = 1;
int __kernel_version_minor = 13;
int __kernel_version_lower = 3;
int __kernel_version_minor = 14;
int __kernel_version_lower = 0;

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

0 comments on commit 0977eca

Please sign in to comment.