diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-30 17:23:44 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-30 17:28:49 -0400 |
commit | 22edd18649ee82c10a0485ecbde2a1ee46c0826c (patch) | |
tree | bf6e4f896b6eb7f0f237415e85bbcbbf3a727ffb | |
parent | 66d907abaa0c578cd95a98f0ec7479f22a824fa5 (diff) | |
download | ampache-22edd18649ee82c10a0485ecbde2a1ee46c0826c.tar.gz ampache-22edd18649ee82c10a0485ecbde2a1ee46c0826c.tar.bz2 ampache-22edd18649ee82c10a0485ecbde2a1ee46c0826c.zip |
Finalise 3.6-alpha63.6-alpha6
-rwxr-xr-x | docs/CHANGELOG.md | 5 | ||||
-rw-r--r-- | lib/init.php | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7ea34bc9..95063c33 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -3.6-FUTURE ----------- +3.6-alpha6 *2013-05-30* +----------------------- - Fixed date searches using 'before' to use the correct comparison (patch by thinca) - Fixed long-standing issue affecting Synology users (patch by NigridsVa) @@ -22,7 +22,6 @@ CHANGELOG - Improved the performance of stream playlist creation (reported by AkbarSerad) - Fixed "Pure Random" / Random URLs (reported by mafe) - 3.6-alpha5 *2013-04-15* ---------------------- - Fixed persistent XSS vulnerability in user self-editing (reported by diff --git a/lib/init.php b/lib/init.php index fb1b9201..b8331310 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-alpha5-DEV'; +$results['version'] = '3.6-alpha6'; $results['int_config_version'] = '12'; if ($results['force_ssl']) { |