Changeset 383
- Timestamp:
- 07/29/08 17:57:06 (5 months ago)
- Files:
-
- branches/2.3/classes/phing/Phing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/Phing.php
r379 r383 798 798 * @throws BuildException - if unable to find version file. 799 799 */ 800 function getPhingVersion() {800 public static function getPhingVersion() { 801 801 $versionPath = self::getResourcePath("phing/etc/VERSION.TXT"); 802 802 if ($versionPath === null) {
