changeset 158:06f3f07ec5b8

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2015 16:22:21 +0200
parents e97705171c3c
children 66f3f02d5172
files index.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Mon Feb 09 02:02:33 2015 +0200
+++ b/index.php	Mon Feb 09 16:22:21 2015 +0200
@@ -1,7 +1,7 @@
 <?php
 //
-// OAMK Lukkari v2.3
-// (C) Copyright 2010 - 2014 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
+// OAMK Lukkari v2.4
+// (C) Copyright 2010 - 2015 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 // Yes, this code is rather horrible. :|
 //
 // Include framework
@@ -9,7 +9,7 @@
 
 // Default settings
 $pageName = "OAMK Lukkari";
-$pageVersion = "2.3";
+$pageVersion = "2.4";
 $mobileMode = FALSE;
 $baseURI = "http://example.com/";