Skip to content

Commit

Permalink
Adjust version info Git package.
Browse files Browse the repository at this point in the history
  • Loading branch information
convissor committed Dec 15, 2015
1 parent 0c35585 commit e640e91
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions PEAR/PackageFileManager/Git.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
* The git list plugin generator for both PEAR_PackageFileManager,
* and PEAR_PackageFileManager2 classes.
*
* PHP versions 4 and 5
* PHP versions 5 and 7
*
* @category PEAR
* @package PEAR_PackageFileManager_Plugins
* @author Armen Baghumian <armen@OpenSourceClub.org>
* @license New BSD, Revised
* @version CVS: $Id:$
* @link http://pear.php.net/package/PEAR_PackageFileManager_Plugins
* @since File available since Release 1.0.1
* @since File available since Release 1.0.3
*/

require_once 'PEAR/PackageFileManager/File.php';
Expand All @@ -26,9 +25,9 @@
* @package PEAR_PackageFileManager_Plugins
* @author Armen Baghumian <armen@OpenSourceClub.org>
* @license New BSD, Revised
* @version Release: 1.0.0
* @version Release: @PEAR-VER@
* @link http://pear.php.net/package/PEAR_PackageFileManager_Plugins
* @since Class available since Release 1.0.1
* @since Class available since Release 1.0.3
*/
class PEAR_PackageFileManager_Git extends PEAR_PackageFileManager_File
{
Expand Down

0 comments on commit e640e91

Please sign in to comment.