Skip to content

Commit b26c1b8

Browse files
author
Ian A.Mason
committed
version bump.
1 parent 0ba2815 commit b26c1b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

wllvm/version.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@
7474
7575
1.2.5 - 4/17/2019 Fixing the pip package, hopefully.
7676
77-
1.2.6 - 6/18/2019 Various compiler cmd line options parsing tweaks."
77+
1.2.6 - 6/18/2019 Various compiler cmd line options parsing tweaks.
78+
79+
1.2.7 - 3/23/2020 Added the LLVM_BITCODE_GENERATION_FLAGS to allow LTO support.
7880
"""
7981

80-
wllvm_version = '1.2.6'
81-
wllvm_date = 'June 18 2019'
82+
wllvm_version = '1.2.7'
83+
wllvm_date = 'March 23 2020'

0 commit comments

Comments
 (0)