From e2623a2ba1b5789ae299c29804697d004a8cd886 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sat, 28 Jun 2014 13:52:21 +0000 Subject: Mod, mod, mod...! Assessment mode is mostly frozen now. I'll make a pre-release at r99 and that revision will be set to 0.9.9-0. Write the document... That's really tiring. ~~0.9.1-4 (r94)~~ Ooooooooops... I've forgotten to commit this one! So this is merged to the revision above, actually. ================================================================================= Modify a couple of levels. (Making them easier...) Fix about scene text rendering out of the window. (Probably) fixed Level3Part3 by making them temporarily invulnerable... Are we bug-free now? --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.h') diff --git a/global.h b/global.h index fa91328..e6ebb0a 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.1-4 (r93)"; +static const char* BLRVERSION="0.9.2-0 (r94)"; static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec"; char *parseDate(const char *date) { -- cgit v1.2.3