]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Bump toolchain version
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 47bf2938565eed2f3741243f50c3db60c1cb00f1..c23beaa5a01be98a8f41c7fb14db3e04069b9405 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -36,7 +36,7 @@ BUILD_IMAGES=1                                                        # Flash and Xen Downloader
 KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 GIT_TAG=$(git tag | tail -1)                                   # Git Tag
 GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=11
+TOOLCHAINVER=12
 
 # New architecture variables
 BUILD_ARCH="$(uname -m)"