diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-08-15 11:55:07 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-08-15 11:55:07 -0400 |
commit | b4b6c7a47e42e9f0d5a40d1975fe2aca534dc809 (patch) | |
tree | f5950f9aa48851064d19ed1addc5e3a6eb8cf7ba /lib/init.php | |
parent | e8f5f470da8e37a558ad2529a3ec8a12d6099204 (diff) | |
download | ampache-b4b6c7a47e42e9f0d5a40d1975fe2aca534dc809.tar.gz ampache-b4b6c7a47e42e9f0d5a40d1975fe2aca534dc809.tar.bz2 ampache-b4b6c7a47e42e9f0d5a40d1975fe2aca534dc809.zip |
Finalise alpha23.6-alpha2
I'm tired of seeing alpha1.
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 1cfacb8f..3447decf 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-Alpha1-DEV'; +$results['version'] = '3.6-Alpha2-DEV'; $results['int_config_version'] = '11'; if ($results['force_ssl']) { |