mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
ver: bump OS and kernel to x.x.1
Note: versions >= x.x.1 require users to comply with POLICY.md.
This commit is contained in:
parent
5b7940dd04
commit
d854d0e50f
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ void get_os_info(os_info_t *info) {
|
|||
for (size_t i = 0; i < sizeof(os_info_t); i++) p[i] = 0;
|
||||
|
||||
const char *os_name = "BoredOS";
|
||||
const char *os_version = "26.5-stable";
|
||||
const char *os_version = "26.5.1-stable";
|
||||
const char *os_codename = "Genesis";
|
||||
const char *kernel_name = "Boredkernel";
|
||||
const char *kernel_version = "4.2.0-stable";
|
||||
const char *kernel_version = "4.2.1-stable";
|
||||
const char *build_date = __DATE__;
|
||||
const char *build_time = __TIME__;
|
||||
const char *build_arch = "x86_64";
|
||||
|
|
|
|||
Loading…
Reference in a new issue