* gnatvsn.ads: Set gnat library version to 4.0.
authorMatthias Klose <doko@debian.org>
Mon, 18 Oct 2004 21:47:21 +0000 (21:47 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Mon, 18 Oct 2004 21:47:21 +0000 (21:47 +0000)
From-SVN: r89246

gcc/ada/ChangeLog
gcc/ada/gnatvsn.ads

index 300c0a7eefb65425ade38e7946f70221b6775930..237336de7c822ece1bc3b2f9ea9d9579c500d31f 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-17  Matthias Klose  <doko@debian.org>
+
+       * gnatvsn.ads: Set gnat library version to 4.0.
+
 2004-10-05  Vincent Celier  <celier@gnat.com>
 
         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
index a00e185f5fc875df6b56e789e36aec49dbb90ca9..a7083ad583b316482bfb14611c5f6cbf601580b0 100644 (file)
@@ -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 := "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.