]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gnatvsn.ads: Bump version number.
authorArnaud Charlet <charlet@adacore.com>
Tue, 7 Apr 2009 13:37:49 +0000 (13:37 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 7 Apr 2009 13:37:49 +0000 (15:37 +0200)
From-SVN: r145671

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

index 25ef103cd987e616d56c950b2f34232a76148fee..16250a85b9b5b69f465c4925d6d6d8ffcc21f0f7 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-07  Arnaud Charlet  <charlet@adacore.com>
+
+       * gnatvsn.ads: Bump version number.
+
 2009-04-07  Thomas Quinot  <quinot@adacore.com>
 
        * exp_ch3.adb: Minor rewording (comments)
index 4067c983949f5f319958aeed47826f17eed8cfbd..a5bd8628d9e74ac3a29e4f6e0aaaafe9b5db9491 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2008 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2009 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.4";
+   Library_Version : constant String := "4.5";
    --  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 := "2008";
+   Current_Year : constant String := "2009";
    --  Used in printing copyright messages
 
 end Gnatvsn;