--- a/includes/functions.php Fri Feb 22 12:46:51 2008 -0500
+++ b/includes/functions.php Thu Feb 28 12:33:01 2008 -0500
@@ -2,7 +2,7 @@
/*
* Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
- * Version 1.0.3 (Dyrad)
+ * Version 1.0.4 (Ellyyllon)
* 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
@@ -1137,7 +1137,8 @@
'1.0.1.1'=> 'Loch Ness internal bugfix build',
'1.0.2b1'=> 'Coblynau unstable',
'1.0.2' => 'Coblynau',
- '1.0.3' => 'Dyrad'
+ '1.0.3' => 'Dyrad',
+ '1.0.4' => 'Ellyyllon'
);
$version = enano_version();
if ( isset($names[$version]) )