summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2015-02-17 14:44:25 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2015-02-17 14:44:25 +0000
commitce7dfcca1554b2b7e71ac279c779a081a4977147 (patch)
tree29236e8086e94d93dfe138e2967164c09eb08dd1 /global.h
parent4b221a977fcff61db744b422920d203e2773e787 (diff)
downloadbullet-lab-remix-ce7dfcca1554b2b7e71ac279c779a081a4977147.tar.xz
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.
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
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)
{