Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 12, 2009
1 parent 820079d commit 24fbeac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -15,9 +15,9 @@ The PEAR channel (`pear.phpunit.de`) that is used to distribute File_Iterator ne
This has to be done only once. Now the PEAR Installer can be used to install packages from the PHPUnit channel:

sb@vmware ~ % pear install phpunit/File_Iterator
downloading File_Iterator-1.0.0.tgz ...
Starting to download File_Iterator-1.0.0.tgz (2,353 bytes)
....done: 2,353 bytes
install ok: channel://pear.phpunit.de/File_Iterator-1.0.0
downloading File_Iterator-1.1.0.tgz ...
Starting to download File_Iterator-1.1.0.tgz (3,181 bytes)
....done: 3,181 bytes
install ok: channel://pear.phpunit.de/File_Iterator-1.1.0

After the installation you can find the File_Iterator source files inside your local PEAR directory; the path is usually `/usr/lib/php/File`.
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -17,10 +17,10 @@
<email>sb@sebastian-bergmann.de</email>
<active>yes</active>
</lead>
<date>2009-11-05</date>
<date>2009-11-12</date>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
Expand Down

0 comments on commit 24fbeac

Please sign in to comment.