diff --git a/miosix/_tools/compiler/gcc-9.2.0-mp3.3/install-script.sh b/miosix/_tools/compiler/gcc-9.2.0-mp3.3/install-script.sh
index 2673d0b20b9706963440b8ef76f337741d7cdd67..57ada554ca29eae0a6b472178600c5215ecb5366 100755
--- a/miosix/_tools/compiler/gcc-9.2.0-mp3.3/install-script.sh
+++ b/miosix/_tools/compiler/gcc-9.2.0-mp3.3/install-script.sh
@@ -674,8 +674,8 @@ if [[ $DESTDIR ]]; then
 		# permissions to group and other, resulting in an unusable installation
 		./$MAKESELF/makeself.sh --xz --keep-umask \
 			$DESTDIR$PREFIX \
-			MiosixToolchainInstaller9.2.0mp3.2.run \
-			"Miosix toolchain for Linux (GCC 9.2.0-mp3.2)" \
+			MiosixToolchainInstaller9.2.0mp3.3.run \
+			"Miosix toolchain for Linux (GCC 9.2.0-mp3.3)" \
 			"./installer.sh"
 	elif [[ ( $(uname -s) == 'Linux' ) && ( $HOST == *mingw* ) ]]; then
 		# Build an executable installer for Windows
@@ -710,18 +710,18 @@ if [[ $DESTDIR ]]; then
 		        suffix='ARM'
 		fi
 		pkgbuild \
-			--identifier 'org.miosix.toolchain.gcc-9.2.0-mp3.2' \
-			--version '9.2.0.3.2' \
+			--identifier 'org.miosix.toolchain.gcc-9.2.0-mp3.3' \
+			--version '9.2.0.3.3' \
 			--min-os-version ${min_osx_ver} \
 			--install-location / \
 			--scripts installers/macos/Scripts \
 			--root $DESTDIR \
-			'gcc-9.2.0-mp3.2.pkg'
+			'gcc-9.2.0-mp3.3.pkg'
 		productbuild \
 			--distribution ${distr_script} \
 			--resources installers/macos/Resources \
 			--package-path ./ \
-			"./MiosixToolchainInstaller9.2.0mp3.2_${suffix}.pkg"
+			"./MiosixToolchainInstaller9.2.0mp3.3_${suffix}.pkg"
 	fi
 else
 	# Install the uninstaller too
diff --git a/miosix/_tools/compiler/gcc-9.2.0-mp3.3/installers/windows/MiosixInstaller.iss b/miosix/_tools/compiler/gcc-9.2.0-mp3.3/installers/windows/MiosixInstaller.iss
index 200287f2c3013b0c9bb344b9347bbc92670cb45f..b62b9992b6063525af0c799e563d074bbe4fdf11 100644
--- a/miosix/_tools/compiler/gcc-9.2.0-mp3.3/installers/windows/MiosixInstaller.iss
+++ b/miosix/_tools/compiler/gcc-9.2.0-mp3.3/installers/windows/MiosixInstaller.iss
@@ -1,6 +1,6 @@
 
 #define MyAppName "Miosix Toolchain"
-#define MyAppVersion "GCC 9.2.0mp3.2"
+#define MyAppVersion "GCC 9.2.0mp3.3"
 #define MyAppURL "https://miosix.org"
 #define MyAppGUID "{{5270879A-9707-4BCB-930F-2FC7B5621061}"
 
@@ -19,8 +19,8 @@ DisableDirPage=yes
 DefaultGroupName={#MyAppName}
 ; Allow user to disable adding stuff to the start menu
 AllowNoIcons=yes
-; Produce an installer named MiosixToolchainInstaller9.2.0mp3.2.exe
-OutputBaseFilename=MiosixToolchainInstaller9.2.0mp3.2
+; Produce an installer named MiosixToolchainInstaller9.2.0mp3.3.exe
+OutputBaseFilename=MiosixToolchainInstaller9.2.0mp3.3
 Compression=lzma
 ; Compress everything into one lzma stream
 SolidCompression=yes