summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/init.php b/lib/init.php
index 58d846db..f68c3eb7 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2008 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -81,7 +81,7 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.4-Beta3 Build (001)';
+$results['version'] = '3.4-Beta3';
$results['int_config_version'] = '6';
$results['raw_web_path'] = $results['web_path'];