includes/common.php
changeset 21 663fcf528726
parent 17 61ad9ffbd69c
child 30 7e8fd44b36b0
--- a/includes/common.php	Sat Jun 23 19:27:41 2007 -0400
+++ b/includes/common.php	Tue Jun 26 17:28:18 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 release candidate 3 (Druid)
+ * Version 1.0 (Banshee)
  * 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.0RC3';
+$version = '1.0';
 
 function microtime_float()
 {