summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-04-29 19:39:24 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 23:45:25 +0100
commitef7f5aa653bb0863ca5b95a1628ad0e1049f6056 (patch)
treeaddbe56ffdba590f4edd3c8547f6230664350684 /Jamroot.jam
parentImplement goto so node (diff)
downloadilt-ef7f5aa653bb0863ca5b95a1628ad0e1049f6056.tar.bz2
ilt-ef7f5aa653bb0863ca5b95a1628ad0e1049f6056.tar.xz
ilt-ef7f5aa653bb0863ca5b95a1628ad0e1049f6056.zip
Bump to release GCC version
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 9ee89b5..8e13073 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,4 +1,4 @@
-using gcc : 11.0.1 ;
+using gcc : 11.1.0 ;
using pkg-config ;
import pkg-config ;
import type : register ;