Changeset 968b84b


Ignore:
Timestamp:
Jun 12, 2014 11:21:23 AM (10 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
5b0e6e0
Parents:
61a5c1e
Message:

Bump versions

Location:
fedd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    r61a5c1e r968b84b  
    1616WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd
    1717
    18 VERSION=3.50b
     18VERSION=4.00b
    1919
    2020DISTFILES= dist/fedd-${VERSION}.tar.gz dist/deter-data-${VERSION}.tar.gz
  • fedd/setup.py

    r61a5c1e r968b84b  
    44
    55setup(name='fedd',
    6         version='3.50b',
     6        version='4.00b',
    77        description='DETER Federation daemon',
    88        author='Ted Faber',
     
    1313        requires=['ZSI(>=2.0)', 'M2Crypto'],
    1414        provides=['federation', 'deter'],
    15         scripts=['access_to_abac.py', 'cert_to_fedid.py', 'confirm_sshkey.py',
     15        scripts=['access_to_abac.py', 'cert_to_fedid.py',
    1616            'creddy_split.py', 'dump_abac_authorizer.py', 'exp_access_db.py',
    1717            'import_abac_creds.py',
Note: See TracChangeset for help on using the changeset viewer.