diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-15 13:59:02 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-15 13:59:02 +0000 |
commit | d1ed3203fa25d6816f02a1bd4f333541b62f4303 (patch) | |
tree | fb01403357b1defc4d28f7bdc50140568a378330 | |
parent | 40e2112263b8063148e12aa160b5556279acdf6d (diff) | |
download | gcc-d1ed3203fa25d6816f02a1bd4f333541b62f4303.tar.gz |
PR ada/23732
* gnatvsn.ads (Library_Version): Bump to 4.1
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106980 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ada/gnatvsn.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 80906a2642c..1013bd70d88 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -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. |