diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-03 05:26:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-03 05:26:24 +0000 |
commit | 98fef66fec24524e308add41e9af1177238981ed (patch) | |
tree | b7bf683dd1add65d5b0f30f180511d07e2300e59 /lib/init.php | |
parent | 7bd22a36da9ae7ac654874bde0ac7f4327d96beb (diff) | |
download | ampache-98fef66fec24524e308add41e9af1177238981ed.tar.gz ampache-98fef66fec24524e308add41e9af1177238981ed.tar.bz2 ampache-98fef66fec24524e308add41e9af1177238981ed.zip |
fixed some album art issues and an issue with downloads if no catalog pattern
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 f68c3eb7..f53b81ec 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.4-Beta3'; +$results['version'] = '3.4-RC1'; $results['int_config_version'] = '6'; $results['raw_web_path'] = $results['web_path']; |