Changeset 220


Ignore:
Timestamp:
04/09/10 09:45:34 (14 years ago)
Author:
bas
Message:

Update version to 4.0.0

Location:
trunk/src
Files:
2 edited

Legend:

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

    r215 r220  
    621621  Returns the pbs python interface version as a string.
    622622  """
    623   return '3.8.0'
     623  return '4.0.0'
    624624
    625625# A useful dict with error codes to text
  • trunk/src/pbs_2.4.py

    r215 r220  
    629629  Returns the pbs python interface version as a string.
    630630  """
    631   return '3.8.0'
     631  return '4.0.0'
    632632
    633633# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.