diff --git a/menu.lst b/menu.lst index 15c887d8..ac75857f 100644 --- a/menu.lst +++ b/menu.lst @@ -1,7 +1,7 @@ # This is the grub config file. It gets automatically copied into the .iso file during the build process. timeout 5 -title chaos 0.0.4 +title chaos 0.1.0 kernel /storm # Cluido + dependencies diff --git a/programs/cluido/init.c b/programs/cluido/init.c index e7398820..13869cd9 100644 --- a/programs/cluido/init.c +++ b/programs/cluido/init.c @@ -68,7 +68,7 @@ you for your time and interest in the project.\n"); console_print(&console_structure, "\ \n\ -\e[1mcluido version 0.0.4, Copyright (c) 1998-2000, 2015 chaos development.\n\ +\e[1mcluido version 0.1.0, Copyright (c) 1998-2000, 2013-2017 chaos development.\n\ cluido and the rest of chaos comes with ABSOLUTELY NO WARRANTY.\n\ chaos is free software, and you are welcome to redistribute it under\n\ certain conditions; see the README.md file for details.\e[0;44m\n"); diff --git a/servers/tornado/tornado.c b/servers/tornado/tornado.c index 7455034b..8ce473d4 100644 --- a/servers/tornado/tornado.c +++ b/servers/tornado/tornado.c @@ -397,7 +397,7 @@ static void tornado_draw_mouse_cursor (int x_position, int main (void) { - char tmpstr[] = "chaos 0.0.4-beta installation"; + char tmpstr[] = "chaos 0.1.0 installation"; int mouse_x = WIDTH / 2, mouse_y = HEIGHT / 2; /* Set our name. */