gnatvsn.ads (Library_Version): Bump to 4.7.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 30 Apr 2011 21:16:34 +0000 (21:16 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 30 Apr 2011 21:16:34 +0000 (21:16 +0000)
* gnatvsn.ads (Library_Version): Bump to 4.7.
(Current_Year): Bump to 2011.

From-SVN: r173224

gcc/ada/ChangeLog
gcc/ada/gnatvsn.ads

index a6f91a55b4039162dc39909419d6154bcef2860d..22461b6b4d18cc2e695aff542ae50bb4dddc2b6a 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads (Library_Version): Bump to 4.7.
+       (Current_Year): Bump to 2011.
+
 2011-04-29  Michael Matz  <matz@suse.de>
 
        * gcc-interface/misc.c (gnat_handle_option): Set
index c73824e5fe60ecedce5f6298a900eaff931804f2..200b6c8a73b54b41f172a582c4b4251924d352d9 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2010, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2011, 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- --
@@ -82,7 +82,7 @@ package Gnatvsn is
    --  Prefix generated by binder. If it is changed, be sure to change
    --  GNAT.Compiler_Version.Ver_Prefix as well.
 
-   Library_Version : constant String := "4.6";
+   Library_Version : constant String := "4.7";
    --  Library version. This value must be updated when the compiler
    --  version number Gnat_Static_Version_String is updated.
    --
@@ -92,7 +92,7 @@ package Gnatvsn is
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
    --  Version string stored in e.g. ALI files
 
-   Current_Year : constant String := "2010";
+   Current_Year : constant String := "2011";
    --  Used in printing copyright messages
 
 end Gnatvsn;