diff options
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 56b7130692..da3f0f2b3a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ cd $(dirname $0) -CROSSGCC_DATE="June 7th, 2016" -CROSSGCC_VERSION="1.40" +CROSSGCC_DATE="July 14th, 2016" +CROSSGCC_VERSION="1.41" CROSSGCC_COMMIT=$( git describe ) # default settings |