Skip to content

Commit

Permalink
version 1.0 pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
toshinagata committed Mar 18, 2017
1 parent 22892fb commit 31866d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ bs_welcome(void)
/* Welcome message */
bs_tcolor(RGBFLOAT(1, 1, 1));
bs_puts("---------------------------------------\n");
bs_puts(" Daruma (だるま) BASIC, Ver. 1.0pre4\n");
bs_puts(" Daruma (だるま) BASIC, Ver. 1.0pre5\n");
bs_puts(" Copyright (C) 2016-2017 Toshi Nagata\n");
bs_puts("---------------------------------------\n");
bs_puts(MSG_(BS_M_START_PROGRAM));
Expand Down

0 comments on commit 31866d0

Please sign in to comment.