--- a/install/includes/common.php Mon Aug 11 21:43:04 2008 -0400
+++ b/install/includes/common.php Mon Aug 11 22:31:04 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.1.4 (Caoineag alpha 4)
+ * Version 1.1.5 (Caoineag alpha 5)
* Copyright (C) 2006-2008 Dan Fuhry
* Installation package
* common.php - Installer common functions
@@ -16,7 +16,7 @@
// Our version number. This needs to be changed for any custom releases.
$installer_version = array(
- 'version' => '1.1.4',
+ 'version' => '1.1.5',
'type' => 'alpha'
// If type is set to "rc", "beta", or "alpha", optionally another version number can be issued with the key 'sub':
// 'sub' => '3' will produce Enano 1.1.1a3 / Enano 1.1.1 alpha 3