install.php
changeset 285 e72bf2c24875
parent 272 27f5ac58992c
child 288 30ef6b618795
--- a/install.php	Fri Feb 22 12:46:51 2008 -0500
+++ b/install.php	Thu Feb 28 12:33:01 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.0.4 (Ellyyllon)
  * 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.3');
+define('ENANO_VERSION', '1.0.4');
 // In beta versions, define ENANO_BETA_VERSION here
 
 if(!defined('scriptPath')) {
@@ -1146,8 +1146,8 @@
     <div style="text-align: center; margin-top: 10px;">
       <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
       <h2>Welcome to Enano</h2>
-      <h3>Version 1.0.3 &ndash; stable<br />
-      <span style="font-weight: normal;">also affectionately known as "coblynau" <tt>:)</tt></span></h3>
+      <h3>Version 1.0.4 &ndash; stable<br />
+      <span style="font-weight: normal;">also affectionately known as "ellyyllon" <tt>:)</tt></span></h3>
       <?php
       if ( file_exists('./_nightly.php') )
       {