From 44651da833bd44f5b6a46f858da03ab4e9823a7e Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sat, 18 Sep 2021 13:50:55 +0900 Subject: [PATCH] v1.99.6 --- README.md | 2 +- base/etc/os-release | 4 ++-- kernel/sys/version.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b26db2cc9..17b911255 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/base/etc/os-release b/base/etc/os-release index 1c75666ed..4945a3a02 100644 --- a/base/etc/os-release +++ b/base/etc/os-release @@ -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" diff --git a/kernel/sys/version.c b/kernel/sys/version.c index eed6035f4..97b11214c 100644 --- a/kernel/sys/version.c +++ b/kernel/sys/version.c @@ -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