]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: bump Library_Version to 15.
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Apr 2024 10:20:45 +0000 (12:20 +0200)
committerJakub Jelinek <jakub@redhat.com>
Fri, 26 Apr 2024 10:20:45 +0000 (12:20 +0200)
gcc/ada/ChangeLog:

* gnatvsn.ads: Bump Library_Version to 15.

gcc/ada/gnatvsn.ads

index 29238362cc04d9ab6974353c7360ca69b5975943..6cf170dc4cad7635d50c051874ae60c5268e0beb 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 := "14";
+   Library_Version : constant String := "15";
    --  Library version. It needs to be updated whenever the major version
    --  number is changed.
    --