diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-24 05:26:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-24 05:26:05 +0000 |
commit | ace739e4ccb65fcdd134f3a6ed162e07c83159de (patch) | |
tree | fc99f0c8b8bcd0b2cf0bd4e7efdc89154b334128 /lib/init.php | |
parent | 805c9a777d5f8870fb6a7cea2296a7c91b51edc1 (diff) | |
download | ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.tar.gz ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.tar.bz2 ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.zip |
sync from branches
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 6a2e1a15..8eba95c8 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.5-Alpha1 (Build 001)'; +$results['version'] = '3.5-Alpha1 (Build 002)'; $results['int_config_version'] = '7'; $results['raw_web_path'] = $results['web_path']; |