--- a/includes/functions.php Mon Feb 11 14:05:57 2008 -0500
+++ b/includes/functions.php Mon Feb 11 14:33:31 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.1.1 (Caoineag alpha 1)
+ * Version 1.1.2 (Caoineag alpha 2)
* 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
@@ -1213,6 +1213,7 @@
'1.0.2' => 'Coblynau',
'1.0.3' => 'Dyrad',
'1.1.1' => 'Caoineag alpha 1',
+ '1.1.2' => 'Caoineag alpha 2',
);
$version = enano_version();
if ( isset($names[$version]) )