* gnatvsn.ads (Current_Year): Bump to 2012.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 2 Jan 2012 10:30:54 +0000 (10:30 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 Jan 2012 10:30:54 +0000 (10:30 +0000)
From-SVN: r182783

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

index 37f011b3a3cba0600686c76831ced1dfa784a05f..5e7685796a40851b5ebced234be3a1dcf7ff2464 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads (Current_Year): Bump to 2012.
+
 2011-12-23  Pascal Obry  <obry@adacore.com>
 
        * prj.ads (For_Every_Project_Imported): Add In_Aggregate_Lib
index 200b6c8a73b54b41f172a582c4b4251924d352d9..ba9ad07a53f2b1634c0921b0abaa177a19043806 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2011, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2012, 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- --
@@ -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 := "2011";
+   Current_Year : constant String := "2012";
    --  Used in printing copyright messages
 
 end Gnatvsn;