OSDN Git Service

* gnatvsn.ads (Current_Year): Bump to 2011.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jan 2012 10:32:36 +0000 (10:32 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jan 2012 10:32:36 +0000 (10:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@182784 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3ac1620..6b52cbf 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 c73824e..1224b3b 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;