Changeset 316 for trunk/src


Ignore:
Timestamp:
06/04/14 18:24:52 (10 years ago)
Author:
bas
Message:

Dennis Stam:

  • fixed docdir error, closes #39
  • added a new option to examples/new_rack_pbsmon.py -p/--property
  • improved the autoconf setup
Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/C++/pbs.py

    r304 r316  
    952952  return d
    953953
    954 version_info = ( 4, 4, 0 )
    955 version = 'SARA pbs_python version 4.4.0'
     954version_info = ( 4, 4, 1 )
     955version = 'SARA pbs_python version 4.4.1'
    956956
    957957# A useful dict with error codes to text
  • trunk/src/C/pbs.py

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