Changeset 277 for trunk


Ignore:
Timestamp:
02/14/12 10:22:51 (12 years ago)
Author:
bas
Message:

updated generated python files with right version info

Location:
trunk/src
Files:
2 edited

Legend:

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

    r276 r277  
    803803  return d
    804804
    805 version_info = ( 4, 2, 0 )
    806 version = 'SARA pbs_python version 4.1.0'
     805version_info = ( 4, 4, 0 )
     806version = 'SARA pbs_python version 4.4.0'
    807807
    808808# A useful dict with error codes to text
  • trunk/src/pbs_2.4.py

    r276 r277  
    835835  return d
    836836
    837 version_info = ( 4, 2, 0 )
    838 version = 'SARA pbs_python version 4.1.0'
     837version_info = ( 4, 4, 0 )
     838version = 'SARA pbs_python version 4.4.0'
    839839
    840840# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.