gnatvsn.ads: Bump Library_Version to 10.

2019-04-29  Michael K. Darling  <darlingm@gmail.com>

        * gnatvsn.ads: Bump Library_Version to 10.

From-SVN: r270659
This commit is contained in:
Michael K. Darling 2019-04-29 19:31:24 +00:00 committed by Jeff Law
parent 65937ccf0b
commit 95c33590c8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-04-29 Michael K. Darling <darlingm@gmail.com>
* gnatvsn.ads: Bump Library_Version to 10.
2019-04-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Bernd Edlinger <bernd.edlinger@hotmail.de>
Jakub Jelinek <jakub@redhat.com>

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