Changeset 253 for trunk/src


Ignore:
Timestamp:
08/17/10 15:44:22 (14 years ago)
Author:
bas
Message:

Updated version to 4.2.0 and update CHANGES file

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pbs_2.1.py

    r237 r253  
    617617  return d
    618618
    619 version_info = ( 4, 1, 0 )
    620 version = 'SARA pbs_python version 4.1.0'
     619version_info = ( 4, 2, 0 )
     620version = 'SARA pbs_python version 4.2.0'
    621621
    622622# A useful dict with error codes to text
  • trunk/src/pbs_2.4.py

    r237 r253  
    625625  return d
    626626
    627 version_info = ( 4, 1, 0 )
    628 version = 'SARA pbs_python version 4.1.0'
     627version_info = ( 4, 2, 0 )
     628version = 'SARA pbs_python version 4.2.0'
    629629
    630630# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.