diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-27 20:04:12 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-27 20:04:12 +0000 |
| commit | 2a883ce3a21beb3fba9bd1807509beae997e9d5c (patch) | |
| tree | 50f31a5c49ff1a7767b10d9a51c0ea318b8b27fb | |
| parent | As suspected, find_arc_centre could be simplfied (diff) | |
| download | ilt-2a883ce3a21beb3fba9bd1807509beae997e9d5c.tar.bz2 ilt-2a883ce3a21beb3fba9bd1807509beae997e9d5c.tar.xz ilt-2a883ce3a21beb3fba9bd1807509beae997e9d5c.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 d1ab0de..08d12d6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,4 @@ -using gcc : 11.0.0 ; +using gcc : 11.0.1 ; using pkg-config ; import pkg-config ; import type : register ; |
