* gnatvsn.ads: Bump copyright year.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 4 Jan 2019 12:47:58 +0000 (12:47 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 4 Jan 2019 12:47:58 +0000 (12:47 +0000)
From-SVN: r267575

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

index be98ea2c8b8dff5fc4b71461fea50756f9c8b254..0341a2bc5327e545edd5742246978e9d83127d28 100644 (file)
@@ -1,3 +1,7 @@
+2019-01-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads: Bump copyright year.
+
 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
 
        Update copyright years.
index a55243d4eca7bef59f669cd5c3dc1840a8ec504a..476941c0347b8bfd284a8bcb1a26287ad400caea 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2018, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2019, 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 := "2018";
+   Current_Year : constant String := "2019";
    --  Used in printing copyright messages
 
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;