1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

updated sql files, tweak to the update and installers to make it more utf-8ish hopefully final commit before release

This commit is contained in:
Karl 'vollmerk' Vollmer 2008-03-17 05:47:07 +00:00
parent 629efec5fa
commit 0a401c7ca4
7 changed files with 260 additions and 82 deletions

View file

@ -1,7 +1,7 @@
<?php
/*
Copyright (c) 2001 - 2007 Ampache.org
Copyright (c) 2001 - 2008 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-Beta2 Build (003)';
$results['version'] = '3.4-Beta2';
$results['int_config_version'] = '6';
$results['raw_web_path'] = $results['web_path'];