summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-21 19:32:25 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-21 19:32:25 +0000
commite540814435a7b825ef585bdcbf0b79f3f5f47e99 (patch)
tree823e8b7b5b9443dee06f11b30006c94f8ae7de36 /lib/init.php
parent2493e8eb48c48eeda11095406fdc22004053271a (diff)
downloadampache-e540814435a7b825ef585bdcbf0b79f3f5f47e99.tar.gz
ampache-e540814435a7b825ef585bdcbf0b79f3f5f47e99.tar.bz2
ampache-e540814435a7b825ef585bdcbf0b79f3f5f47e99.zip
added ability to edit artists and albums and flag all songs under them for re-taging
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 2b45e59e..a1096b01 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -67,7 +67,7 @@ if (!$results = read_config($configfile,0)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.3.3-Beta3 (Build 001)';
+$results['version'] = '3.3.3-Beta3 (Build 002)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];