From: Arnaud Charlet Date: Fri, 9 Dec 2005 17:09:34 +0000 (+0100) Subject: gnatvsn.ads (Library_Version): Bump to version 4.2 X-Git-Tag: releases/gcc-4.2.0~5481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0aa6abaf82678d69c0b3876c3d2752edd1a0cd;p=thirdparty%2Fgcc.git gnatvsn.ads (Library_Version): Bump to version 4.2 * gnatvsn.ads (Library_Version): Bump to version 4.2 (ASIS_Version_Number): Bumped. From-SVN: r108281 --- diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 1013bd70d88e..06153b9e768c 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -74,7 +74,7 @@ package Gnatvsn is -- value should never be decreased in the future, but it would be -- OK to increase it if absolutely necessary. - Library_Version : constant String := "4.1"; + Library_Version : constant String := "4.2"; -- Library version. This value must be updated whenever any change to the -- compiler affects the library formats in such a way as to obsolete -- previously compiled library modules. @@ -85,7 +85,7 @@ package Gnatvsn is Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version; -- Version string stored in e.g. ALI files. - ASIS_Version_Number : constant := 4; + ASIS_Version_Number : constant := 5; -- ASIS Version. This is used to check for consistency between the compiler -- used to generate trees, and an ASIS application that is reading the -- trees. It must be updated (incremented) whenever a change is made to