Changeset 601 for tags

Show
Ignore:
Timestamp:
03/07/07 13:23:12 (2 years ago)
Author:
hans
Message:

Updated notes in pear buildfile & version in Propel class for 1.2.1 tag.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/1.2.1/generator/pear/build-pear-package.xml

    r535 r601  
    2020 
    2121        <!-- some default properties --> 
    22         <property name="notes">This is the latest snapshot of the Propel Generator.</property> 
     22        <property name="notes"><![CDATA[This is the a bugfix release to the 1.2 branch of the Propel Generator. 
     23See: http://propel.phpdb.org/trac/query?status=closed&milestone=1.2.1&resolution=fixed&order=priority for CHANGELOG. 
     24        ]]></property> 
    2325        <property name="state" value="devel"/> 
    2426 
  • tags/1.2.1/runtime/classes/propel/Propel.php

    r536 r601  
    9191         * The Propel version. 
    9292         */ 
    93         const VERSION = '1.2.1-dev'; 
     93        const VERSION = '1.2.1'; 
    9494 
    9595        /** 
  • tags/1.2.1/runtime/pear/build-pear-package.xml

    r535 r601  
    1515 
    1616        <!-- some default properties --> 
    17         <property name="notes">This is the latest snapshot of the Propel Runtime.</property> 
     17        <property name="notes"><![CDATA[This is the a bugfix release to the 1.2 branch of the Propel Runtime. 
     18See: http://propel.phpdb.org/trac/query?status=closed&milestone=1.2.1&resolution=fixed&order=priority for CHANGELOG. 
     19        ]]></property> 
    1820        <property name="state" value="devel"/> 
    1921