]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gnatvsn.ads (Library_Version): Bump to 4.10.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 26 Apr 2014 23:09:32 +0000 (23:09 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 26 Apr 2014 23:09:32 +0000 (23:09 +0000)
From-SVN: r209830

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

index 6dc0c11ed3fddbeb991162a7ece0a07cc11e08b1..a31cd3c2f11a0a6bb376f7bcb20efc4ff714c7dd 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnatvsn.ads (Library_Version): Bump to 4.10.
+
 2014-04-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        Revert
index d1f95621b989102934a9a80227137cfbdacd5a2f..a0155fe7cb99ab2a134126fc66183e5721aa1208 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2013, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2014, 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- --
@@ -82,7 +82,7 @@ package Gnatvsn is
    --  Prefix generated by binder. If it is changed, be sure to change
    --  GNAT.Compiler_Version.Ver_Prefix as well.
 
-   Library_Version : constant String := "4.9";
+   Library_Version : constant String := "4.10";
    --  Library version. This value must be updated when the compiler
    --  version number Gnat_Static_Version_String is updated.
    --