This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Bump libgnat to 9.


Hi.

Quite obvious change where I bumped version to 9.

Ready for trunk?
Thanks,
Martin

gcc/ada/ChangeLog:

2018-06-30  Martin Liska  <mliska@suse.cz>

	* gnatvsn.ads: Bump Library_Version to 9.
---
 gcc/ada/gnatvsn.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads
index 5a7b56ce7de..a55243d4eca 100644
--- a/gcc/ada/gnatvsn.ads
+++ b/gcc/ada/gnatvsn.ads
@@ -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 := "8";
+   Library_Version : constant String := "9";
    --  Library version. It needs to be updated whenever the major version
    --  number is changed.
    --


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]