changeset 185:111b062d3988

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Sep 2015 09:39:45 +0300
parents 04490fe590ec
children 6c6c69d14bea
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Sep 30 09:39:32 2015 +0300
+++ b/index.php	Wed Sep 30 09:39:45 2015 +0300
@@ -1,6 +1,6 @@
 <?php
 //
-// OAMK Lukkari v2.5
+// OAMK Lukkari v2.6
 // (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.5";
+$pageVersion = "2.6";
 $mobileMode = FALSE;
 $baseURI = "http://example.com/";