]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/23732 ([ada] Library_Version still at 4.0 ?)
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Nov 2005 13:59:02 +0000 (14:59 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Nov 2005 13:59:02 +0000 (14:59 +0100)
PR ada/23732
* gnatvsn.ads (Library_Version): Bump to 4.1

From-SVN: r106980

gcc/ada/gnatvsn.ads

index 80906a2642c1506e7d83abf44327f910c5f11ea1..1013bd70d88e4a764d71a3b3768ed1cb7576e147 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2003 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2005 Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -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 := "4.0";
+   Library_Version : constant String := "4.1";
    --  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.