Bump version to 11.

gcc/ada/ChangeLog:

	* gnatvsn.ads: Bump Library_Version to 11.
This commit is contained in:
Martin Liska 2020-05-27 11:38:41 +02:00
parent f61f9b2879
commit 8d6bae5548
No known key found for this signature in database
GPG Key ID: 4DC182DC0FA73785
1 changed files with 1 additions and 1 deletions

View File

@ -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 := "10";
Library_Version : constant String := "11";
-- Library version. It needs to be updated whenever the major version
-- number is changed.
--