aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/global.h b/global.h
index 0a6dcf9..a49ca90 100644
--- a/global.h
+++ b/global.h
@@ -1,6 +1,6 @@
-//Chrisoft Bullet Lab Remix HGE
-//Global varibles and implementations
-//Copyright Chrisoft 2014
+// Chrisoft Bullet Lab Remix HGE -*- C++ -*-
+// Global varibles and implementations
+// Copyright Chrisoft 2014
#include <hge.h>
#include <hgefont.h>
#define MaxRes 80
@@ -333,7 +333,7 @@ static const char* archive[]={
};
#endif
//static const char* GLOBAL_H_FN="global.h";
-static const char* BLRVERSION="0.9.1-1_PR (r87)";
+static const char* BLRVERSION="0.9.1-1_PR (r88)";
static const char* BuiltDate=__DATE__;
void Throw(char *Filename,char *Info)