Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Sep 27, 2017
1 parent 57d5b82 commit 2d78ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion menu.lst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion programs/cluido/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
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.0.4-beta installation";
char tmpstr[] = "chaos 0.1.0 installation";
int mouse_x = WIDTH / 2, mouse_y = HEIGHT / 2;

/* Set our name. */
Expand Down

0 comments on commit 2d78ea4

Please sign in to comment.