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 /lib | |
parent | 66d907abaa0c578cd95a98f0ec7479f22a824fa5 (diff) | |
download | ampache-22edd18649ee82c10a0485ecbde2a1ee46c0826c.tar.gz ampache-22edd18649ee82c10a0485ecbde2a1ee46c0826c.tar.bz2 ampache-22edd18649ee82c10a0485ecbde2a1ee46c0826c.zip |
Finalise 3.6-alpha63.6-alpha6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) { |