summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocs/CHANGELOG.md3
-rw-r--r--lib/init.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 95063c33..1dd9ba6b 100755
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,9 @@
CHANGELOG
=========
+3.6-FUTURE
+----------
+
3.6-alpha6 *2013-05-30*
-----------------------
- Fixed date searches using 'before' to use the correct comparison
diff --git a/lib/init.php b/lib/init.php
index b8331310..7274b627 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -64,7 +64,7 @@ if ($link) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.6-alpha6';
+$results['version'] = '3.6-alpha6+FUTURE';
$results['int_config_version'] = '12';
if ($results['force_ssl']) {