summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-30 04:56:20 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-30 04:56:20 +0000
commitff218616983683ccbe6623d0e66c248e94c0ea99 (patch)
tree5c177e2dcfda835e3805f1beab158697d08d0e0f /lib/init.php
parent4fc1bffcde95ab4e2d91402771e87cd39b5d1ccb (diff)
downloadampache-ff218616983683ccbe6623d0e66c248e94c0ea99.tar.gz
ampache-ff218616983683ccbe6623d0e66c248e94c0ea99.tar.bz2
ampache-ff218616983683ccbe6623d0e66c248e94c0ea99.zip
fixed now playing with audacious, and fixed clear now playing.. vollmer is fired
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php
index d5f7eaa9..698e21da 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -67,7 +67,7 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.4-Alpha1';
+$results['version'] = '3.4-Alpha2 Build (001)';
$results['int_config_version'] = '4';
$results['raw_web_path'] = $results['web_path'];