From 911a9312a3b9950dfa8fe4c83302b42bd8fde15a Mon Sep 17 00:00:00 2001 From: "Ian A. Mason" Date: Wed, 3 Jul 2019 06:39:16 -0700 Subject: [PATCH] Ooops forgot to update the version --- shared/constants.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/constants.go b/shared/constants.go index fcba97d..690054a 100644 --- a/shared/constants.go +++ b/shared/constants.go @@ -45,10 +45,10 @@ package shared // 1.2.1 May 13th 2018 -fsanitize= needs to be compile AND link. // 1.2.2 June 1st 2018 Fix extracting from archives on darwin, plus travis build for both linux and darwin, // a few ittle fixes from building tor and it's dependencies. - +// 1.2.4 June 21 2019 Random fixes (basically the same as wllvm 1.2.7) // -const gllvmVersion = "1.2.2" -const gllvmReleaseDate = "June 1st 2018" +const gllvmVersion = "1.2.4" +const gllvmReleaseDate = "June 21 2019" const osDARWIN = "darwin" const osLINUX = "linux"