changeset 220:c987ff86b8ce gmap2

Version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 20:29:13 +0200
parents 1e1f3c9967d4
children 83cd4448e206
files index.php
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Mar 12 20:29:08 2014 +0200
+++ b/index.php	Wed Mar 12 20:29:13 2014 +0200
@@ -5,11 +5,10 @@
 // Generic settings
 //
 $pageCharset = "UTF-8";
-
-$pageVersion = "2014-03-12 (alpha)";
+$pageVersion = "2014-03-12 (beta)";
 
 $pageTitle1 = "BatMUD: The Age of Exiles";
-$pageTitle2 = "Google Maps hack TNG";
+$pageTitle2 = "Google Maps Hack TNG";
 $pageBy = "by Jeskko &amp; Ggr";
 $pageTitle = $pageTitle1." - ".$pageTitle2." ".$pageBy;