]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: bump Library_Version to 16.
authorJakub Jelinek <jakub@redhat.com>
Thu, 17 Apr 2025 10:51:46 +0000 (12:51 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 17 Apr 2025 10:51:46 +0000 (12:51 +0200)
gcc/ada/ChangeLog:

* gnatvsn.ads: Bump Library_Version to 16.

gcc/ada/gnatvsn.ads

index 176f88a84b80bdf96ccf3ff5b6f6b65fb4b33102..ad11c30aa039c47bfa99e3af7043516f7664d8dc 100644 (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.
    --