Changeset 244 for trunk/setup.py.in


Ignore:
Timestamp:
08/04/10 10:56:23 (14 years ago)
Author:
bas
Message:

Applied a patch so we also support torque snapshots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r241 r244  
    3030major_version = int(tmp[0])
    3131minor_version = int(tmp[1])
    32 build_version = int(tmp[2])
     32#build_version = int(tmp[2])
     33build_version = int(tmp[2].split('-')[0])
     34
    3335
    3436os.chdir('src')
Note: See TracChangeset for help on using the changeset viewer.