From 6f1525ed3095efd0cbebc74576bd1dea570478b1 Mon Sep 17 00:00:00 2001 From: Sergii Stoian Date: Wed, 22 Aug 2007 22:34:35 +0000 Subject: [PATCH] * Modules/Projects/Library/Resources/Version: Change gcc version to 2.9.5. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25412 72102866-910b-0410-8b05-ffd578937521 --- Documentation/ChangeLog | 2 ++ Modules/Projects/Library/Resources/Version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index 16db293..743c837 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -2,6 +2,8 @@ * Modules/Editors/ProjectCenter/Resources/ObjC.syntax: Change color of 'NO'. + * Modules/Projects/Library/Resources/Version: Change gcc version to + 2.9.5. 2007-08-22 Sergii Stoian diff --git a/Modules/Projects/Library/Resources/Version b/Modules/Projects/Library/Resources/Version index c8601c2..aa00c9a 100644 --- a/Modules/Projects/Library/Resources/Version +++ b/Modules/Projects/Library/Resources/Version @@ -2,7 +2,7 @@ # Compatible with Bourne shell syntax, so it can included there too. # The gcc version required to compile the library. -GCC_VERSION=2.8.0 +GCC_VERSION=2.9.5 # The version number of this release. MAJOR_VERSION=0