* gnatvsn.ads (Library_Version): Bump to 5.0.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 5 Nov 2014 21:04:50 +0000 (21:04 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 5 Nov 2014 21:04:50 +0000 (21:04 +0000)
From-SVN: r217157

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

index c4b8640..1c5b803 100644 (file)
@@ -1,5 +1,9 @@
 2014-11-05  Eric Botcazou  <ebotcazou@adacore.com>
 
+       * gnatvsn.ads (Library_Version): Bump to 5.0.
+
+2014-11-05  Eric Botcazou  <ebotcazou@adacore.com>
+
        * gcc-interface/trans.c (Subprogram_Body_to_gnu): For a function with
        copy-in/copy-out parameters and which returns by invisible reference,
        do not create the variable for the return value; instead, manually
index a0155fe..a781215 100644 (file)
@@ -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.10";
+   Library_Version : constant String := "5.0";
    --  Library version. This value must be updated when the compiler
    --  version number Gnat_Static_Version_String is updated.
    --