diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-07 16:41:03 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-07 16:41:03 +0000 |
commit | 1b4f1c75c1a7fb7f9e1925e83730f623edba61c1 (patch) | |
tree | c0496512ff007e033e9cb4e888028d8e16e38b66 | |
parent | Fix warnings produced by new clang-tidy (diff) | |
download | ilt-1b4f1c75c1a7fb7f9e1925e83730f623edba61c1.tar.bz2 ilt-1b4f1c75c1a7fb7f9e1925e83730f623edba61c1.tar.xz ilt-1b4f1c75c1a7fb7f9e1925e83730f623edba61c1.zip |
Bump GCC version
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 8e13073..11df744 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,4 @@ -using gcc : 11.1.0 ; +using gcc : 11.2.0 ; using pkg-config ; import pkg-config ; import type : register ; |