diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 01:55:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 01:55:03 +0000 |
commit | eda7fd335cc4bea64a637c5d3bcdd1d1f3fd0d94 (patch) | |
tree | e18c1c233bf14c2a9c57640c4e694d9365f84473 /modules/init.php | |
parent | b99e8307ac784e046d21d346c845f896a5b4317d (diff) | |
download | ampache-eda7fd335cc4bea64a637c5d3bcdd1d1f3fd0d94.tar.gz ampache-eda7fd335cc4bea64a637c5d3bcdd1d1f3fd0d94.tar.bz2 ampache-eda7fd335cc4bea64a637c5d3bcdd1d1f3fd0d94.zip |
catalog clean up and admin index changes
Diffstat (limited to 'modules/init.php')
-rw-r--r-- | modules/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php index e94f3ba5..fe440eb3 100644 --- a/modules/init.php +++ b/modules/init.php @@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) { /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.2-Beta2 (Build 008)'; +$results['version'] = '3.3.2-Beta2 (Build 009)'; |