OSDN Git Service

* gnatvsn.ads: Set gnat library version to 4.0.
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 2004 21:47:21 +0000 (21:47 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 2004 21:47:21 +0000 (21:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89246 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 300c0a7..237336d 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 a00e185..a7083ad 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.