From ce7dfcca1554b2b7e71ac279c779a081a4977147 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Tue, 17 Feb 2015 14:44:25 +0000 Subject: Rev. 100!!! This is the final release. No more major changes will be made. Further changes of BLR2 will only be bug fixes (BGM addition excluded). Changes: Fix screenshot excluding the info panel. Make Lv-2P4 harder (reporter: BLumia). If it is the first time you start BLR in Windows, resolution in the options menu will be "?". Fixed now. Fixed a critical bug in scorec.h. --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.h') diff --git a/global.h b/global.h index 398c5f6..5e1d873 100644 --- a/global.h +++ b/global.h @@ -342,7 +342,7 @@ static const char* archive[]={ }; #endif //static const char* GLOBAL_H_FN="global.h"; -static const char* BLRVERSION="0.9.8-0 (r98)"; +static const char* BLRVERSION="1.0.0-0 (r100)"; static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec"; char *parseDate(const char *date) { -- cgit v1.2.3