diff -r 9cdfe82c56cd -r eb8b23f11744 includes/functions.php --- a/includes/functions.php Sat Jan 03 18:11:18 2009 -0500 +++ b/includes/functions.php Sun Jan 04 00:55:40 2009 -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.5 (Caoineag alpha 5) + * Version 1.1.6 (Caoineag beta 1) * Copyright (C) 2006-2008 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License @@ -1259,6 +1259,7 @@ '1.1.3' => 'Caoineag alpha 3', '1.1.4' => 'Caoineag alpha 4', '1.1.5' => 'Caoineag alpha 5', + '1.1.6' => 'Caoineag beta 1' ); $version = enano_version(); if ( isset($names[$version]) )