Changeset 296 for trunk


Ignore:
Timestamp:
05/16/13 09:50:23 (11 years ago)
Author:
dennis
Message:

Minor version change

Location:
trunk/src
Files:
2 edited

Legend:

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

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

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