gcc/ada/ChangeLog
* gnatvsn.ads: Bump Library_Version to 17. Bump Current_Year to 2026.
-- 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;