ada: bump Library_Version to 16.

gcc/ada/ChangeLog:

	* gnatvsn.ads: Bump Library_Version to 16.
This commit is contained in:
Jakub Jelinek 2025-04-17 12:51:46 +02:00 committed by Jakub Jelinek
parent 6027ba0c05
commit c237297ee5

View file

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