* gnatvsn.ads: Bump copyright year.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 1 Jan 2017 18:08:36 +0000 (18:08 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 1 Jan 2017 18:08:36 +0000 (18:08 +0000)
From-SVN: r243996

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

index 5fc470b02be01b92460c37c49d8aa305afcde3e6..8ac348902cad7ac104d5287a7a5f4961f91e59d6 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads: Bump copyright year.
+
 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
 
        * gnat_ugn.texi: Bump @copying's copyright year.
index e3b0ad38dd9d5a103be8511aa0db2b43a2be26e9..561ec445e1262f321a50b02f392cc2ea4f65f395 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2016, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2017, 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- --
@@ -45,7 +45,7 @@ package Gnatvsn is
    --  Note: Makefile.in uses the library version string to construct the
    --  soname value.
 
-   Current_Year : constant String := "2016";
+   Current_Year : constant String := "2017";
    --  Used in printing copyright messages
 
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;