summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-22 07:59:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-22 07:59:50 +0000
commit915ee058c8833c5540065ec17958322a8298e792 (patch)
treed8ef153518fd5fd1acc7a2cbba980071920cdc95
parenta0ab321926cbf6982d0b9cca3bf480f71184e935 (diff)
downloadampache-915ee058c8833c5540065ec17958322a8298e792.tar.gz
ampache-915ee058c8833c5540065ec17958322a8298e792.tar.bz2
ampache-915ee058c8833c5540065ec17958322a8298e792.zip
test commit for rss mojo
-rw-r--r--modules/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php
index 538bb3fe..76916228 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-Beta3 (Build 004)';
+$results['version'] = '3.3.2-Beta3 (Build 005)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];