install.php
changeset 294 444c34a3886b
parent 291 fe6380ae4a1a
child 306 7a7173c0f62f
--- a/install.php	Fri May 09 23:32:00 2008 -0400
+++ b/install.php	Fri May 09 23:32:51 2008 -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.4 (Ellyyllon)
+ * Version 1.0.5 (Ferrishyn)
  * Copyright (C) 2006-2007 Dan Fuhry
  * install.php - handles everything related to installation and initial configuration
  *
@@ -30,7 +30,7 @@
 
 define('IN_ENANO_INSTALL', 'true');
 
-define('ENANO_VERSION', '1.0.4');
+define('ENANO_VERSION', '1.0.5');
 // In beta versions, define ENANO_BETA_VERSION here
 
 if(!defined('scriptPath')) {