--- a/install.php Wed Dec 12 21:04:20 2007 -0500
+++ b/install.php Wed Dec 12 21:37:23 2007 -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.2 (Coblynau)
+ * Version 1.0.3 (Dyrad)
* Copyright (C) 2006-2007 Dan Fuhry
* install.php - handles everything related to installation and initial configuration
*
@@ -24,7 +24,7 @@
define('IN_ENANO_INSTALL', 'true');
-define('ENANO_VERSION', '1.0.2');
+define('ENANO_VERSION', '1.0.3');
// In beta versions, define ENANO_BETA_VERSION here
if(!defined('scriptPath')) {
@@ -959,7 +959,7 @@
<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.2 – stable<br />
+ <h3>Version 1.0.3 – stable<br />
<span style="font-weight: normal;">also affectionately known as "coblynau" <tt>:)</tt></span></h3>
<?php
if ( file_exists('./_nightly.php') )