From 3ecf104eebdce511bda1f14c38424856c0169c10 Mon Sep 17 00:00:00 2001 From: v4hn Date: Thu, 23 Aug 2012 14:57:09 +0200 Subject: [PATCH] gcc: someone missed to change a number.. --- compilers/gcc/plugin.d/optimize-gcc_4_7.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_7.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_7.plugin index 0ffded3b4..916117fe4 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_7.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_7.plugin @@ -274,7 +274,7 @@ EOF default) if [ "$IS_DEFAULT" != "DEFAULT" ]; then set_local_config LUNAR_COMPILER GCC_4_7 - $DIALOG --msgbox "Gcc 4.6 is now the default compiler!" 6 60 + $DIALOG --msgbox "Gcc 4.7 is now the default compiler!" 6 60 fi ;; safe)