mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
chore: update OS codename to Genesis, referencing laying roots for future versions.
This commit is contained in:
parent
c3d1f44dfd
commit
db4862c2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ void get_os_info(os_info_t *info) {
|
|||
|
||||
const char *os_name = "BoredOS";
|
||||
const char *os_version = "26.5-dev";
|
||||
const char *os_codename = "Voyager";
|
||||
const char *os_codename = "Genesis";
|
||||
const char *kernel_name = "Boredkernel";
|
||||
const char *kernel_version = "4.2.0-dev";
|
||||
const char *build_date = __DATE__;
|
||||
|
|
|
|||
Loading…
Reference in a new issue