changeset 191:f2adb44ea251

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Jan 2016 08:20:43 +0200
parents 23fb0797f448
children 9f7eb4db99b4
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Jan 13 08:20:27 2016 +0200
+++ b/index.php	Wed Jan 13 08:20:43 2016 +0200
@@ -1,6 +1,6 @@
 <?php
 //
-// OAMK Lukkari v2.6
+// OAMK Lukkari v2.7
 // (C) Copyright 2010 - 2016 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.6";
+$pageVersion = "2.7";
 $mobileMode = FALSE;
 $baseURI = "http://example.com/";