]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gnatvsn.ads (Current_Year): Bump to 2011.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 2 Jan 2012 10:32:36 +0000 (10:32 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 Jan 2012 10:32:36 +0000 (10:32 +0000)
From-SVN: r182784

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

index 3ac1620d6378d7aa88837f24a9e56915dddb94c3..6b52cbfab08a907a59ae1392c90cbe2846c44b7d 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads (Current_Year): Bump to 2011.
+
 2011-12-08  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR tree-optimization/51315
index c73824e5fe60ecedce5f6298a900eaff931804f2..1224b3b5cdf2dedf37a305b87556af01870eebaa 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2010, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2011, 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 := "2010";
+   Current_Year : constant String := "2011";
    --  Used in printing copyright messages
 
 end Gnatvsn;