Compare commits

..

No commits in common. "master" and "r4.08" have entirely different histories.

1 changed files with 0 additions and 2 deletions

2
tagger
View File

@ -45,8 +45,6 @@ if need_tag or args.force:
if year % m >= max_major:
major = str(year % m)
break
else:
major = str(year)
version.append(major)
version.append(today.strftime("%m"))
if args.day_always: