(Current_Year): Update.

From-SVN: r156210
This commit is contained in:
Arnaud Charlet 2010-01-25 14:24:18 +00:00 committed by Arnaud Charlet
parent 3bb3f6d6e0
commit d268eb9a5f
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -6,7 +6,7 @@
-- --
-- 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- --
@ -88,7 +88,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 := "2009";
Current_Year : constant String := "2010";
-- Used in printing copyright messages
end Gnatvsn;