summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-06 05:20:20 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-06 05:20:20 +0000
commit5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53 (patch)
treeb5db199932626249c38d81503fabf5f4afb38caf /lib
parentb517599736c381ab9d59d6b5a73aec67a6eaffb6 (diff)
downloadampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.tar.gz
ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.tar.bz2
ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.zip
fixed css issue, now playing issue and improved mpd controller a tiny bit
Diffstat (limited to 'lib')
-rw-r--r--lib/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php
index 4a992671..f76f3eb6 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) {
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.3.2';
+$results['version'] = '3.3.3-Alpha1';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];