summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-27 03:05:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-27 03:05:35 +0000
commitbb372c24ff948c7b3e8c0c10f56ae55349fadd4f (patch)
treef4359dea642a6deccd138752ede399d1f4a21d8d /lib/init.php
parente1b4e203f7546499ae85d8caa0b0b924a225b96a (diff)
downloadampache-bb372c24ff948c7b3e8c0c10f56ae55349fadd4f.tar.gz
ampache-bb372c24ff948c7b3e8c0c10f56ae55349fadd4f.tar.bz2
ampache-bb372c24ff948c7b3e8c0c10f56ae55349fadd4f.zip
hopefully the final commit before the 3.3.3 stable release
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 ead55cbe..49ff4a79 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 Build (004)';
+$results['version'] = '3.3.3';
$results['int_config_version'] = '1';
$results['raw_web_path'] = $results['web_path'];