Changeset 10403
- Timestamp:
- 07/21/08 19:59:20 (5 years ago)
- Files:
-
- plugins/sfHamlViewPlugin/branches/1.0/autopackage2.php (modified) (1 diff)
- plugins/sfHamlViewPlugin/branches/1.0/package.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfHamlViewPlugin/branches/1.0/autopackage2.php
r5722 r10403 14 14 * Base version 15 15 */ 16 $baseVersion = '1.2. 0';16 $baseVersion = '1.2.1'; 17 17 18 18 /** plugins/sfHamlViewPlugin/branches/1.0/package.xml
r5722 r10403 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <package packagerversion="1. 6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.02 <package packagerversion="1.7.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 3 3 http://pear.php.net/dtd/tasks-1.0.xsd 4 4 http://pear.php.net/dtd/package-2.0 … … 14 14 <active>yes</active> 15 15 </lead> 16 <date>200 7-10-28</date>17 <time> 17:59:50</time>16 <date>2008-07-21</date> 17 <time>20:58:39</time> 18 18 <version> 19 <release>1.2. 0</release>19 <release>1.2.1</release> 20 20 <api>1.0.0</api> 21 21 </version> … … 107 107 <notes>--</notes> 108 108 </release> 109 <release> 110 <version> 111 <release>1.2.1</release> 112 <api>1.0.0</api> 113 </version> 114 <stability> 115 <release>stable</release> 116 <api>stable</api> 117 </stability> 118 <date>2008-07-21</date> 119 <license uri="http://www.symfony-project.com/license">MIT License</license> 120 <notes>--</notes> 121 </release> 109 122 </changelog> 110 123 </package>