Changeset 237 for trunk/src


Ignore:
Timestamp:
04/29/10 13:40:08 (14 years ago)
Author:
bas
Message:

New version 4.1.0:

  • see CHANGES file, closes #20
Location:
trunk/src
Files:
2 edited

Legend:

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

    r220 r237  
    617617  return d
    618618
    619 def version():
    620   """
    621   Returns the pbs python interface version as a string.
    622   """
    623   return '4.0.0'
     619version_info = ( 4, 1, 0 )
     620version = 'SARA pbs_python version 4.1.0'
    624621
    625622# A useful dict with error codes to text
  • trunk/src/pbs_2.4.py

    r220 r237  
    625625  return d
    626626
    627 def version():
    628   """
    629   Returns the pbs python interface version as a string.
    630   """
    631   return '4.0.0'
     627version_info = ( 4, 1, 0 )
     628version = 'SARA pbs_python version 4.1.0'
    632629
    633630# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.