+2010-01-25 Arnaud Charlet <charlet@adacore.com>
+
+ * gnatvsn.ads (Current_Year): Update.
+
2010-01-25 Florian Villoing <villoing@adacore.com>
* gnat_ugn.texi: Fix typo.
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2009 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010 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- --
Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
-- Version string stored in e.g. ALI files.
- Current_Year : constant String := "2009";
+ Current_Year : constant String := "2010";
-- Used in printing copyright messages
end Gnatvsn;