* gnatvsn.ads: Bump copyright year.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 4 Jan 2018 07:20:19 +0000 (07:20 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 4 Jan 2018 07:20:19 +0000 (07:20 +0000)
From-SVN: r256224

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

index 03f77b6..508b926 100644 (file)
@@ -1,3 +1,7 @@
+2018-01-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads: Bump copyright year.
+
 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
            Alan Hayward  <alan.hayward@arm.com>
            David Sherwood  <david.sherwood@arm.com>
index 72a4f23..25ad7d6 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2017, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2018, 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 := "2017";
+   Current_Year : constant String := "2018";
    --  Used in printing copyright messages
 
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;