Skip to content

Commit

Permalink
v1.99.6
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Sep 18, 2021
1 parent 8bca4ee commit 44651da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The OS includes a kernel, bootloader, dynamic shared object linker, C standard l

There are no external runtime dependencies and all required source code, totalling roughly 80,000 lines of (primarily) C, is included in this repository, save for [Kuroko](https://github.com/kuroko-lang/kuroko), which lives separately.

![Screenshot](https://klange.dev/s/Screenshot%20from%202021-08-05%2009-50-57.png)
![Screenshot](https://klange.dev/s/Screenshot%20from%202021-09-18%2013-49-35.png)
*Demonstration of ToaruOS's UI and some applications.*

## History
Expand Down
4 changes: 2 additions & 2 deletions base/etc/os-release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRETTY_NAME="ToaruOS 2.0"
NAME="ToaruOS"
VERSION_ID="1.99.5"
VERSION="1.99.5"
VERSION_ID="1.99.6"
VERSION="1.99.6"
ID=toaru
HOME_URL="https://toaruos.org/"
SUPPORT_URL="https://github.com/klange/toaruos"
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 = 1;
int __kernel_version_minor = 99;
int __kernel_version_lower = 5;
int __kernel_version_lower = 6;

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

0 comments on commit 44651da

Please sign in to comment.