includes/functions.php
changeset 294 444c34a3886b
parent 285 e72bf2c24875
child 307 145b70bb8999
--- a/includes/functions.php	Fri May 09 23:32:00 2008 -0400
+++ b/includes/functions.php	Fri May 09 23:32:51 2008 -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.4 (Ellyyllon)
+ * Version 1.0.5 (Ferrishyn)
  * 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
@@ -1138,7 +1138,8 @@
       '1.0.2b1'=> 'Coblynau unstable',
       '1.0.2'  => 'Coblynau',
       '1.0.3'  => 'Dyrad',
-      '1.0.4'  => 'Ellyyllon'
+      '1.0.4'  => 'Ellyyllon',
+      '1.0.5'  => 'Ferrishyn'
     );
   $version = enano_version();
   if ( isset($names[$version]) )