includes/common.php
changeset 166 d53cc29308f4
parent 155 87bffacdfb92
child 193 ebe99e82a59a
child 195 eec079676fe7
--- a/includes/common.php	Sat Oct 06 14:45:00 2007 -0400
+++ b/includes/common.php	Sat Oct 06 20:36:40 2007 -0400
@@ -2,7 +2,7 @@
 
 /*
  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
- * Version 1.0.2 (Coblynau)
+ * Version 1.1.1
  * Copyright (C) 2006-2007 Dan Fuhry
  *
  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
@@ -23,7 +23,7 @@
   exit;
 }
 
-$version = '1.0.2';
+$version = '1.1.1';
 
 function microtime_float()
 {