Merge pull request #1329 from facebook/v04isout

Changed default legacy support to v0.5+
This commit is contained in:
Yann Collet
2018-09-26 13:39:05 -07:00
committed by GitHub
9 changed files with 34 additions and 33 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ if __name__ == '__main__':
print('Retrieve all release tags :')
os.chdir(clone_dir)
alltags = get_git_tags() + [head]
tags = [t for t in alltags if t >= 'v0.4.0']
tags = [t for t in alltags if t >= 'v0.5.0']
print(tags)
# Build all release zstd