diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-04-15 01:39:20 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-04-15 01:39:20 -0400 |
commit | 1113d91bf17c43efcd49fdebd225b4ed4e2ab6fa (patch) | |
tree | 1e3697cd6f609314bf5d464eedd687b1c1287ee6 /lib/init.php | |
parent | 81281934edf3902c7c71d72d3dac55a025d0fb35 (diff) | |
download | ampache-1113d91bf17c43efcd49fdebd225b4ed4e2ab6fa.tar.gz ampache-1113d91bf17c43efcd49fdebd225b4ed4e2ab6fa.tar.bz2 ampache-1113d91bf17c43efcd49fdebd225b4ed4e2ab6fa.zip |
Finalise 3.6-alpha53.6-alpha5
Diffstat (limited to 'lib/init.php')
-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 dc31f744..dd9636a0 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-Alpha4-DEV'; +$results['version'] = '3.6-alpha5-DEV'; $results['int_config_version'] = '12'; if ($results['force_ssl']) { |