summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2012-10-15 13:16:00 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2012-10-15 13:20:27 -0400
commitd7c0531871e2e67b55fcfc5277a863a35b7f0b6c (patch)
tree1e9b01094c73129c6703d09e3137c7fc21739ff5
parent10b2d039d41bd8409643143260210c9a35b96558 (diff)
downloadampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.tar.gz
ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.tar.bz2
ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.zip
Finalise 3.6-alpha33.6-alpha3
-rwxr-xr-xdocs/CHANGELOG2
-rw-r--r--lib/init.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 6ff78014..2379d56c 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -3,7 +3,7 @@
--------------------------------------------------------------------------
--------------------------------------------------------------------------
- v.3.6-future
+ v.3.6-Alpha3 2012-10-15
- Updated getID3 to 1.9.4b1
- Removed support for extremely old passwords
- Playlists imported from M3U now retain their ordering
diff --git a/lib/init.php b/lib/init.php
index 3447decf..a597cd55 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -70,7 +70,7 @@ if ($link) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.6-Alpha2-DEV';
+$results['version'] = '3.6-Alpha3-DEV';
$results['int_config_version'] = '11';
if ($results['force_ssl']) {