File fix-gpr-version-ads.patch of Package gprbuild
--- gprbuild-20.1/gpr/src/gpr-version.ads.orig 2019-11-02 10:58:04.844305707 +0100
+++ gprbuild-20.1/gpr/src/gpr-version.ads 2019-11-02 10:59:55.067300960 +0100
@@ -30,17 +30,17 @@
package GPR.Version is
- Gpr_Version : constant String := "18.0w";
+ Gpr_Version : constant String := "26.0.0";
-- Static string identifying this version
- Date : constant String := "19940713";
+ Date : constant String := "20251128";
- Current_Year : constant String := "2016";
+ Current_Year : constant String := "2025";
type Gnat_Build_Type is (Gnatpro, FSF, GPL);
-- See Get_Gnat_Build_Type below for the meaning of these values
- Build_Type : constant Gnat_Build_Type := Gnatpro;
+ Build_Type : constant Gnat_Build_Type := FSF;
-- Kind of GNAT Build:
--
-- FSF