This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ada] Set gnat library version to 4.0


AFAIK the gnat library version number follows the GCC version number.
Ok to checkin?

	Matthias


2004-10-17  Matthias Klose  <doko@debian.org>

	* gnatvsn.ads: Set gnat library version to 4.0.


--- gcc/ada/gnatvsn.ads~	2004-06-07 16:16:33.000000000 +0200
+++ gcc/ada/gnatvsn.ads	2004-10-17 10:07:00.000000000 +0200
@@ -74,7 +74,7 @@
    --  value should never be decreased in the future, but it would be
    --  OK to increase it if absolutely necessary.
 
-   Library_Version : constant String := "3.5";
+   Library_Version : constant String := "4.0";
    --  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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]