[Subversion] / PEAK / version  

View of /PEAK/version

Parent Directory | Revision Log
Revision: 1696 - (download)
Sun Feb 15 17:21:42 2004 UTC (20 years, 1 month ago) by pje
File size: 917 byte(s)
Fix more version tool breakage.  Added 'tag' format for versions, suitable
for use with "cvs tag".
#!invoke peak version-config
<Scheme default>
    DefaultFormat full
    part major
    part minor
    part status choice alpha beta "release candidate" final
    part build
    part date   timestamp

    <Formats>
    trailer   remap status "a%(build)s" "b%(build)s" "c%(build)s" "%(dot-maint)s"
    dot-maint optional build ".%(build)s"
    full      "%(major)s.%(minor)s %(status)s %(build)s"
    short     "%(major)s.%(minor)s%(trailer)s"
    tag       "PEAK-%(major)s_%(minor)s%(trailer)s"
    </Formats>
</Scheme>

<Module>
    Name PEAK

    <Edit>
    File setup.py
    Match 'PACKAGE_VERSION = "%(short)s"'
    </Edit>

    <Edit>
    File README.txt
    File INSTALL.txt
    Match "PEAK Release %(full)s"
    </Edit>

    <Edit>
    File FEATURES.txt
    Match 'As of version %(short)s,'
    </Edit>
    
    <Edit>
    File docs/core_tutorial/tut.tex
    Match "\release{%(short)s}"
    </Edit>
</Module>


cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help