summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-31 19:22:29 +0100
committeradmin <devnull@localhost>2006-10-31 19:22:29 +0100
commit1b90c27c46dde1b5cc79a295c5e36f402a144063 (patch)
tree979dc247e9c296afe189c491f44121c9dbd204b2 /system
parent3fc979dd87dbda346c0f8b7da78de15b6d84c64d (diff)
Diffstat (limited to 'system')
-rw-r--r--system/codeigniter/CodeIgniter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 3e2b99dea..367d5eaac 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -27,7 +27,8 @@
* @link http://www.codeigniter.com/user_guide/
*/
-define('APPVER', '1.5.0');
+// CI Version
+define('APPVER', '1.5.0.1');
/*
* ------------------------------------------------------