--- a/includes/functions.php Sun Jan 27 23:45:53 2008 -0500
+++ b/includes/functions.php Tue Jan 29 16:19:51 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.1.1 (Caoineag alpha 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
@@ -1175,7 +1175,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.1.1' => 'Caoineag alpha 1',
);
$version = enano_version();
if ( isset($names[$version]) )