From cb7df7b544a00d7945f9583bd37f93b5983a9cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 6 Feb 2017 03:38:06 +0100 Subject: [PATCH] xbps-src: update XBPS_GCC_VERSION* --- xbps-src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xbps-src b/xbps-src index 5358c8d329..a7858c6ee7 100755 --- a/xbps-src +++ b/xbps-src @@ -404,8 +404,8 @@ readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}') readonly XBPS_SRC_VERSION="113" export XBPS_MACHINE=$(xbps-uhelper arch) readonly XBPS_GCC_VERSION_MAJOR=6 -readonly XBPS_GCC_VERSION_MINOR=2 -readonly XBPS_GCC_VERSION_BUILD=1 +readonly XBPS_GCC_VERSION_MINOR=3 +readonly XBPS_GCC_VERSION_BUILD=0 readonly XBPS_GCC_VERSION=${XBPS_GCC_VERSION_MAJOR}.${XBPS_GCC_VERSION_MINOR}.${XBPS_GCC_VERSION_BUILD} #