diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-30 17:33:06 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-30 17:33:06 -0400 |
commit | 6a7df203744d959046eaac0c2c2d435afc389e59 (patch) | |
tree | 3ae1a6b3588da56be6a3315b06b2c70d810de05d /lib | |
parent | 22edd18649ee82c10a0485ecbde2a1ee46c0826c (diff) | |
download | ampache-6a7df203744d959046eaac0c2c2d435afc389e59.tar.gz ampache-6a7df203744d959046eaac0c2c2d435afc389e59.tar.bz2 ampache-6a7df203744d959046eaac0c2c2d435afc389e59.zip |
Onward to the future
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 b8331310..7274b627 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-alpha6'; +$results['version'] = '3.6-alpha6+FUTURE'; $results['int_config_version'] = '12'; if ($results['force_ssl']) { |