Skip to content

Commit 44651da

Browse files
committed
v1.99.6
1 parent 8bca4ee commit 44651da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The OS includes a kernel, bootloader, dynamic shared object linker, C standard l
88

99
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.
1010

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

1414
## History

base/etc/os-release

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PRETTY_NAME="ToaruOS 2.0"
22
NAME="ToaruOS"
3-
VERSION_ID="1.99.5"
4-
VERSION="1.99.5"
3+
VERSION_ID="1.99.6"
4+
VERSION="1.99.6"
55
ID=toaru
66
HOME_URL="https://toaruos.org/"
77
SUPPORT_URL="https://github.com/klange/toaruos"

kernel/sys/version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const char * __kernel_version_format = "%d.%d.%d-%s";
2525
/* Version numbers X.Y.Z */
2626
int __kernel_version_major = 1;
2727
int __kernel_version_minor = 99;
28-
int __kernel_version_lower = 5;
28+
int __kernel_version_lower = 6;
2929

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

0 commit comments

Comments
 (0)