diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-17 15:37:49 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-17 15:37:49 +0200 |
commit | 2f20343325947cf0eba52ddb13bf8a7d03b6b727 (patch) | |
tree | c2ce0ffe9f4430ab9afa8a8929355d7bfbe92f87 | |
parent | b0b7b57de84b25254e1edb0cccc60ff3f5671f7c (diff) | |
download | gcc-2f20343325947cf0eba52ddb13bf8a7d03b6b727.zip gcc-2f20343325947cf0eba52ddb13bf8a7d03b6b727.tar.gz gcc-2f20343325947cf0eba52ddb13bf8a7d03b6b727.tar.bz2 |
* gnatvsn.ads: Bump to 4.6 version.
From-SVN: r160916
-rw-r--r-- | gcc/ada/gnatvsn.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 0a62a69..684a3bb 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -77,7 +77,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.5"; + Library_Version : constant String := "4.6"; -- 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. |