From 609780609172b7a7580a49f385087aa10bc1454d Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sun, 6 Jul 2014 13:59:07 +0000 Subject: Fix bug that cause you unable to charge if you try to use clr directly after your clr's used up. Add Multpo's for Level 3/4/5/6, and level 7 partically. Fix stupid bug in Level4Part2 and other similiar parts. Fix several bugs in level 5/6. Reduce given-away score in level "Sine Wave". It wassssSssss too long! Fix typo... Blinking HangUpText *should* be fixed now... --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.h') diff --git a/global.h b/global.h index 1acc1e0..a535013 100644 --- a/global.h +++ b/global.h @@ -341,7 +341,7 @@ static const char* archive[]={ }; #endif //static const char* GLOBAL_H_FN="global.h"; -static const char* BLRVERSION="0.9.5-0 (r95)"; +static const char* BLRVERSION="0.9.6-0 (r96)"; static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec"; char *parseDate(const char *date) { -- cgit v1.2.3