diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-10-15 13:16:00 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-10-15 13:20:27 -0400 |
commit | d7c0531871e2e67b55fcfc5277a863a35b7f0b6c (patch) | |
tree | 1e9b01094c73129c6703d09e3137c7fc21739ff5 | |
parent | 10b2d039d41bd8409643143260210c9a35b96558 (diff) | |
download | ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.tar.gz ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.tar.bz2 ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.zip |
Finalise 3.6-alpha33.6-alpha3
-rwxr-xr-x | docs/CHANGELOG | 2 | ||||
-rw-r--r-- | lib/init.php | 2 |
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']) { |