mirror of git://gcc.gnu.org/git/gcc.git
* gnatvsn.ads (Current_Year): Bump to 2013.
From-SVN: r194947
This commit is contained in:
parent
bd95368b59
commit
b5fb6f6513
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-01-06 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* gnatvsn.ads (Current_Year): Bump to 2013.
|
||||||
|
|
||||||
2013-01-06 Olivier Hainque <hainque@adacore.com>
|
2013-01-06 Olivier Hainque <hainque@adacore.com>
|
||||||
|
|
||||||
* gcc-interface/decl.c (gnat_to_gnu_field): Emit a specialized
|
* gcc-interface/decl.c (gnat_to_gnu_field): Emit a specialized
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
-- --
|
-- --
|
||||||
-- S p e c --
|
-- S p e c --
|
||||||
-- --
|
-- --
|
||||||
-- Copyright (C) 1992-2012, Free Software Foundation, Inc. --
|
-- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
|
||||||
-- --
|
-- --
|
||||||
-- GNAT is free software; you can redistribute it and/or modify it under --
|
-- 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- --
|
-- 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;
|
Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
|
||||||
-- Version string stored in e.g. ALI files
|
-- Version string stored in e.g. ALI files
|
||||||
|
|
||||||
Current_Year : constant String := "2012";
|
Current_Year : constant String := "2013";
|
||||||
-- Used in printing copyright messages
|
-- Used in printing copyright messages
|
||||||
|
|
||||||
end Gnatvsn;
|
end Gnatvsn;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue