Version bump.

This commit is contained in:
Ian A Mason 2020-10-30 16:43:56 +00:00
parent 97c57a0798
commit 405cd117c3

View File

@ -56,9 +56,10 @@ package shared
//
// 1.2.8 October 13 2020 Wensheng Tang's (@legendtang) requests and fixes to the -flto issues (issue #39).
// Added support for the LTO_LINKING_FLAGS environment variable.
// 1.2.9 October 30 2020 FreeBSD bug fixes (@arrowd) (issue #41)
const gllvmVersion = "1.2.8"
const gllvmReleaseDate = "October 13 2020"
const gllvmVersion = "1.2.9"
const gllvmReleaseDate = "October 30 13 2020"
const osDARWIN = "darwin"
const osLINUX = "linux"