https://gcc.gnu.org/g:c237297ee596545552f48ec9582d7d16703d8949

commit r16-2-gc237297ee596545552f48ec9582d7d16703d8949
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Apr 17 12:51:46 2025 +0200

    ada: bump Library_Version to 16.
    
    gcc/ada/ChangeLog:
    
            * gnatvsn.ads: Bump Library_Version to 16.

Diff:
---
 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 176f88a84b80..ad11c30aa039 100644
--- a/gcc/ada/gnatvsn.ads
+++ b/gcc/ada/gnatvsn.ads
@@ -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.
    --

Reply via email to