Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Aug 31, 2019
1 parent c55476f commit 2e5d306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grub.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion programs/cluido/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion servers/tornado/tornado.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 2e5d306

Please sign in to comment.