> Committed to trunk as every year... You might want to add this one to your list. Applied to trunk.
2012-01-02 Eric Botcazou <ebotca...@adacore.com> * gnatvsn.ads (Current_Year): Bump to 2012. -- Eric Botcazou
Index: gnatvsn.ads =================================================================== --- gnatvsn.ads (revision 182780) +++ gnatvsn.ads (working copy) @@ -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;