The Gaudi Framework
v30r3 (a5ef0a68)
|
Go to the source code of this file.
Namespaces | |
createProjVersHeader | |
Functions | |
def | createProjVersHeader.main () |
Variables | |
string | createProjVersHeader.lhcb_ver_style = "v(?P<maj_ver>[0-9]+)r(?P<min_ver>[0-9]+)(?:p(?P<pat_ver>[0-9]+))?" |
string | createProjVersHeader.atlas_ver_style = "[A-Za-z]+\-(?P<maj_ver>[0-9]+)\-(?P<min_ver>[0-9]+)(?:\-(?P<pat_ver>[0-9]+))?" |
string | createProjVersHeader.plain_ver_style = "(?P<maj_ver>[0-9]+)\.(?P<min_ver>[0-9]+)(?:\.(?P<pat_ver>[0-9]+))?" |