diff -r 199599eca89e -r d53cc29308f4 includes/functions.php --- a/includes/functions.php Sat Oct 06 14:45:00 2007 -0400 +++ b/includes/functions.php Sat Oct 06 20:36:40 2007 -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.2 (Coblynau) + * Version 1.1.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 @@ -1208,7 +1208,8 @@ '1.0.1' => 'Loch Ness', '1.0.1.1'=> 'Loch Ness internal bugfix build', '1.0.2b1'=> 'Coblynau unstable', - '1.0.2' => 'Coblynau' + '1.0.2' => 'Coblynau', + '1.1.1' => 'unstable' ); $version = enano_version(); if ( isset($names[$version]) )