Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/XML_Util/trunk@173055 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Stephan Schmidt committed Nov 19, 2004
1 parent ded1853 commit f27114a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
*
* @category XML
* @package XML_Util
* @version 0.6.0
* @version 1.1.0
* @author Stephan Schmidt <schst@php.net>
*/
class XML_Util {
Expand All @@ -100,7 +100,7 @@ class XML_Util {
*/
function apiVersion()
{
return "1.0";
return '1.1';
}

/**
Expand Down

0 comments on commit f27114a

Please sign in to comment.