moved version number up in docs and CI_VERSION
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 8113f37..bea7e5d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -33,7 +33,7 @@
 <div id="masthead">

 <table cellpadding="0" cellspacing="0" border="0" style="width:100%">

 <tr>

-<td><h1>CodeIgniter User Guide Version 1.5.3</h1></td>

+<td><h1>CodeIgniter User Guide Version 1.5.4</h1></td>

 <td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td>

 </tr>

 </table>

@@ -63,7 +63,7 @@
 <h1>Change Log</h1>

 

 <h2>Version 1.5.4</h2>

-<p>Release Date: -- Still under development</p>

+<p>Release Date: -- July 12 </p>

 <ul>

 	<li>Added <a href="./libraries/language.html">custom Language files</a> to the <a href="./general/autoloader.html">autoload</a> options. </li>

 	<li>Added stripslashes() to the _clean_input_data() function in the <a href="./libraries/input.html">Input class</a> when magic quotes is on so that data will always be un-slashed within the framework.</li>