blob: 765b48880cdb7df0e7eba936edb13f22bab0388f [file] [log] [blame]
major = 12
hotfix = 0
hotfix_str = chr(ord('a') + hotfix) if hotfix else ''
beta = 2
beta_str = '-beta{}'.format(beta) if beta > 0 else ''
release = 'r{}{}{}'.format(major, hotfix_str, beta_str)