gnatvsn.ads (Library_Version): Bump to 4.4.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 26 Mar 2008 07:35:45 +0000 (08:35 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 26 Mar 2008 07:35:45 +0000 (08:35 +0100)
2008-03-26  Arnaud Charlet  <charlet@adacore.com>

* gnatvsn.ads (Library_Version): Bump to 4.4.
(Current_Year): Bump to 2008.

From-SVN: r133548

gcc/ada/gnatvsn.ads

index b806f448eb9a47b2c4ee546787f6edc19864c6e5..530731330e0c82c4e000e89eb220d902f0ae3a69 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2007 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2008 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- --
@@ -79,7 +79,7 @@ package Gnatvsn is
    --  value should never be decreased in the future, but it would be
    --  OK to increase it if absolutely necessary.
 
-   Library_Version : constant String := "4.3";
+   Library_Version : constant String := "4.4";
    --  Library version. This value must be updated whenever any change to the
    --  compiler affects the library formats in such a way as to obsolete
    --  previously compiled library modules.
@@ -90,7 +90,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 := "2007";
+   Current_Year : constant String := "2008";
    --  Used in printing copyright messages
 
 end Gnatvsn;