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

From-SVN: r89246
This commit is contained in:
Matthias Klose 2004-10-18 21:47:21 +00:00 committed by Matthias Klose
parent df9af2bb6b
commit 95e1958054
2 changed files with 5 additions and 1 deletions

View 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

View 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.