We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b856695 commit 6972000Copy full SHA for 6972000
base/etc/os-release
@@ -1,7 +1,7 @@
1
PRETTY_NAME="ToaruOS 2.0"
2
NAME="ToaruOS"
3
-VERSION_ID="1.99.8"
4
-VERSION="1.99.8"
+VERSION_ID="1.99.9"
+VERSION="1.99.9"
5
ID=toaru
6
HOME_URL="https://toaruos.org/"
7
SUPPORT_URL="https://github.com/klange/toaruos"
kernel/sys/version.c
@@ -25,7 +25,7 @@ const char * __kernel_version_format = "%d.%d.%d-%s";
25
/* Version numbers X.Y.Z */
26
int __kernel_version_major = 1;
27
int __kernel_version_minor = 99;
28
-int __kernel_version_lower = 8;
+int __kernel_version_lower = 9;
29
30
/* Kernel build suffix, which doesn't necessarily
31
* mean anything, but can be used to distinguish
0 commit comments