This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[ada] Set gnat library version to 4.0
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 17 Oct 2004 10:30:09 +0200
- Subject: [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.