]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: bump Library_Version to 17.
authorJakub Jelinek <jakub@redhat.com>
Wed, 22 Apr 2026 13:46:11 +0000 (15:46 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 22 Apr 2026 13:46:11 +0000 (15:46 +0200)
gcc/ada/ChangeLog

* gnatvsn.ads: Bump Library_Version to 17.  Bump Current_Year to 2026.

gcc/ada/gnatvsn.ads

index 3189873c231802774927ef918ecea5ee2548f618..787236448341f4a0df97c9a6fd1dbedef64af131 100644 (file)
@@ -32,14 +32,14 @@ package Gnatvsn is
    --  Static string identifying this version, that can be used as an argument
    --  to e.g. pragma Ident.
 
-   Library_Version : constant String := "16";
+   Library_Version : constant String := "17";
    --  Library version. It needs to be updated whenever the major version
    --  number is changed.
    --
    --  Note: Makefile.in uses the library version string to construct the
    --  soname value.
 
-   Current_Year : constant String := "2025";
+   Current_Year : constant String := "2026";
    --  Used in printing copyright messages
 
    Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;