Changeset 2942
- Timestamp:
- 02/17/06 14:41:43 (3 years ago)
- Files:
-
- trunk/support/pear-package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/support/pear-package.php
r2879 r2942 87 87 } 88 88 89 // Version string is a double90 $package['version'] = (float)$component['manifest']['version'];89 // Version string is a string 90 $package['version'] = $component['manifest']['version']; 91 91 92 92 // Release date is today
