Fix bug #2948410: API is broken in 0.96.0

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@649 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2010-02-09 15:54:42 +00:00
parent c5c5710829
commit 8a3e745378
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
ChangeLog for SemantiScuttle ChangeLog for SemantiScuttle
============================ ============================
0.96.1 - 2010-02-09
-------------------
- Fix bug #2948410: API is broken in 0.96.0
0.96.0 - 2010-02-08 0.96.0 - 2010-02-08
------------------- -------------------
- Fix bug #2843523: ArtViper thumbnail license change - Fix bug #2843523: ArtViper thumbnail license change

View file

@ -15,5 +15,5 @@
* @license GPL http://www.gnu.org/licenses/gpl.html * @license GPL http://www.gnu.org/licenses/gpl.html
* @link http://sourceforge.net/projects/semanticscuttle * @link http://sourceforge.net/projects/semanticscuttle
*/ */
require_once '../src/SemanticScuttle/header.php'; require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php';
?> ?>