diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-11-27 14:47:46 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-11-27 14:47:46 -0500 |
commit | 8444fd6b1e8a3b8a80b8a9400cbbb8acf4419c8c (patch) | |
tree | 1531b088dba001fe9c650fbde76ee6f8e78d30af /lib/init.php | |
parent | 4e247196ff72445cda20c382426be83134fbe98a (diff) | |
download | ampache-8444fd6b1e8a3b8a80b8a9400cbbb8acf4419c8c.tar.gz ampache-8444fd6b1e8a3b8a80b8a9400cbbb8acf4419c8c.tar.bz2 ampache-8444fd6b1e8a3b8a80b8a9400cbbb8acf4419c8c.zip |
Finalise 3.6-alpha43.6-alpha4
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 a597cd55..a759f32b 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-Alpha3-DEV'; +$results['version'] = '3.6-Alpha4-DEV'; $results['int_config_version'] = '11'; if ($results['force_ssl']) { |