Changeset 3804 for tags/0.10.1

Show
Ignore:
Timestamp:
02/16/08 04:31:16 (11 months ago)
Author:
jwage
Message:

Updated package information for 0.9.1 and 0.10.1 releases.

Location:
tags/0.10.1
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tags/0.10.1/lib/Doctrine.php

    r3791 r3804  
    3737     * VERSION 
    3838     */ 
    39     const VERSION                   = '0.10.0'; 
     39    const VERSION                   = '0.10.1'; 
    4040 
    4141    /** 
  • tags/0.10.1/package.xml

    r3764 r3804  
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2008-02-13</date> 
    25  <time>21:47:17</time> 
     24 <date>2008-02-15</date> 
     25 <time>22:20:21</time> 
    2626 <version> 
    27   <release>0.10.0</release> 
    28   <api>0.10.0</api> 
     27  <release>0.10.1</release> 
     28  <api>0.10.1</api> 
    2929 </version> 
    3030 <stability> 
     
    11761176     <file name="741TestCase.php" role="test" /> 
    11771177     <file name="749TestCase.php" role="test" /> 
     1178     <file name="786TestCase.php" role="test" /> 
    11781179     <file name="NjeroTestCase.php" role="test" /> 
    11791180    </dir> <!-- /tests/Ticket --> 
     
    12281229    <file name="index.php" role="test" /> 
    12291230    <file name="IntegrityActionTestCase.php" role="test" /> 
     1231    <file name="JwageTestCase.php" role="test" /> 
    12301232    <file name="ManagerTestCase.php" role="test" /> 
    12311233    <file name="MigrationTestCase.php" role="test" /> 
     
    15591561  <release> 
    15601562   <version> 
    1561     <release>1.0.0</release> 
    1562     <api>1.0.0</api> 
     1563    <release>0.10.1</release> 
     1564    <api>0.10.1</api> 
    15631565   </version> 
    15641566   <stability> 
     
    15661568    <api>beta</api> 
    15671569   </stability> 
    1568    <date>2008-02-13</date> 
    1569    <license uri="http://phpdoctrine.net/license">LGPL license</license> 
     1570   <date>2008-02-15</date> 
     1571   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
    15701572   <notes>-</notes> 
    15711573  </release> 
     
    15831585   <notes>-</notes> 
    15841586  </release> 
    1585   <release> 
    1586    <version> 
    1587     <release>0.9</release> 
    1588     <api>0.9</api> 
    1589    </version> 
    1590    <stability> 
    1591     <release>beta</release> 
    1592     <api>beta</api> 
    1593    </stability> 
    1594    <date>2008-02-06</date> 
    1595    <license uri="http://phpdoctrine.net/license">MIT license</license> 
    1596    <notes>barfoo</notes> 
    1597   </release> 
    15981587 </changelog> 
    15991588</package>