changeset 166:0c3c27de6710

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 Aug 2015 19:39:48 +0300
parents 1d17dbb864ff
children 074a4a00af08
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Sun Aug 23 19:39:42 2015 +0300
+++ b/index.php	Sun Aug 23 19:39:48 2015 +0300
@@ -1,6 +1,6 @@
 <?php
 //
-// OAMK Lukkari v2.4
+// OAMK Lukkari v2.5
 // (C) Copyright 2010 - 2015 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 // Yes, this code is rather horrible. :|
 //
@@ -9,7 +9,7 @@
 
 // Default settings
 $pageName = "OAMK Lukkari";
-$pageVersion = "2.4";
+$pageVersion = "2.5";
 $mobileMode = FALSE;
 $baseURI = "http://example.com/";