From 2e5d3065439ef4afd7df2395481272a4600c8f1c Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sat, 31 Aug 2019 23:36:19 +0300 Subject: [PATCH] Release 0.3.0 --- grub.cfg | 2 +- programs/cluido/init.c | 2 +- servers/tornado/tornado.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grub.cfg b/grub.cfg index 21fe326a..d4aff0d2 100644 --- a/grub.cfg +++ b/grub.cfg @@ -1,7 +1,7 @@ set timeout=3 set default=0 -menuentry "chaos 0.2.0" { +menuentry "chaos 0.3.0" { multiboot /storm # Please note that order here is important. A server should normally be started before the servers that depend on it. diff --git a/programs/cluido/init.c b/programs/cluido/init.c index c26a3666..d1c5d22e 100644 --- a/programs/cluido/init.c +++ b/programs/cluido/init.c @@ -73,7 +73,7 @@ project.\n"); console_print(&console_structure, "\ \n\ -\e[1mcluido version 0.2.0, Copyright (c) 1999 chaos development.\n\ +\e[1mcluido version 0.3.0, Copyright (c) 1999 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 15683aa3..a7dc8f79 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.2.0 installation"; + char tmpstr[] = "chaos 0.3.0 installation"; int mouse_x = WIDTH / 2, mouse_y = HEIGHT / 2; /* Set our name. */