Re: [PATCH] Bump libgnat to 10.

2019-04-29 Thread Jeff Law
On 4/29/19 4:04 AM, Michael Darling wrote:
> r270581 (git 70f448fa) changed BASE-VER to 10.0.0.  But, gnat still
> uses so version 9.
> 
> GCC assignment papers on file.  I don't have write access.
> 
> 
> 2019-04-29  Michael K. Darling  
> 
> * gnatvsn.ads: Bump Library_Version to 10.
THanks.  Installed on the trunk.
jeff


[PATCH] Bump libgnat to 10.

2019-04-29 Thread Michael Darling
r270581 (git 70f448fa) changed BASE-VER to 10.0.0.  But, gnat still
uses so version 9.

GCC assignment papers on file.  I don't have write access.


2019-04-29  Michael K. Darling  

* gnatvsn.ads: Bump Library_Version to 10.

Index: gcc/ada/gnatvsn.ads
===
--- gcc/ada/gnatvsn.ads (revision 270643)
+++ gcc/ada/gnatvsn.ads (working copy)
@@ -38,7 +38,7 @@ package Gnatvsn is
--  Static string identifying this version, that can be used as an argument
--  to e.g. pragma Ident.

-   Library_Version : constant String := "9";
+   Library_Version : constant String := "10";
--  Library version. It needs to be updated whenever the major version
--  number is changed.
--


gnat_bump_library_version_to_10.patch
Description: Binary data