From 133bd3b2f7c08686f406d9b7dd2e1fcaa4e6f0ce Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Apr 2005 00:15:59 +0000 Subject: [PATCH] Store the detailed version of the compiler. This change has long been made, but I apparently forgot to commit. git-svn-id: https://svn.dealii.org/trunk@10403 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index ec96f1b3a3..9122a2b4ca 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -25,6 +25,7 @@ D = @DEAL2_DIR@ CC = @CC@ CXX = @CXX@ GXX-VERSION = @GXX_VERSION@ +GXX-VERSION-DETAILED = @GXX_VERSION_DETAILED@ CC = @CC@ CC-VERSION = @CC_VERSION@ SHLIBLD = @SHLIBLD@ -- 2.39.5