includes/common.php
changeset 73 0a74676a2f2f
parent 32 4d87aad3c4c0
child 76 608dee512bf0
--- a/includes/common.php	Sat Jul 21 11:28:59 2007 -0400
+++ b/includes/common.php	Sat Jul 21 18:12:10 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 (Banshee)
+ * Version 1.0.1 (Loch Ness)
  * 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';
+$version = '1.0.1';
 
 function microtime_float()
 {