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 /lib/init.php | |
parent | 10b2d039d41bd8409643143260210c9a35b96558 (diff) | |
download | ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.tar.gz ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.tar.bz2 ampache-d7c0531871e2e67b55fcfc5277a863a35b7f0b6c.zip |
Finalise 3.6-alpha33.6-alpha3
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 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']) { |