Changeset 304


Ignore:
Timestamp:
01/17/14 14:26:42 (10 years ago)
Author:
bas
Message:

Make sure that all files have version 4.4.0

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r297 r304  
     1pbs-python (4.4.0-1) UNRELEASED; urgency=low
     2
     3  * See CHANGES
     4
     5 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Fri, 17 Jan 2014 14:13:07 +0100
     6
    17pbs-python (4.3.7-1) lenny; urgency=low
    28
  • trunk/pbs_python.spec

    r297 r304  
    44
    55Name: pbs_python
    6 Version: 4.3.7
     6Version: 4.4.0
    77Release: 1%{?dist}
    88License: See LICENSE
  • trunk/src/C++/pbs.py

    r301 r304  
    953953
    954954version_info = ( 4, 4, 0 )
    955 version = 'SARA pbs_python version 4.6.0'
     955version = 'SARA pbs_python version 4.4.0'
    956956
    957957# A useful dict with error codes to text
  • trunk/src/C/pbs.py

    r300 r304  
    835835  return d
    836836
    837 version_info = ( 4, 3, 6 )
    838 version = 'SARA pbs_python version 4.3.6'
     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.