From 1cb9b7bf470149cf17c10b6e2c7504c4aa3634be Mon Sep 17 00:00:00 2001 From: GHA Date: Fri, 26 Aug 2022 17:06:55 +0200 Subject: [PATCH] Bump version to 1.2.1 --- src/alire/alire-index.ads | 2 +- src/alire/alire-version.ads | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/alire/alire-index.ads b/src/alire/alire-index.ads index 2de0867ea..80b1d3c61 100644 --- a/src/alire/alire-index.ads +++ b/src/alire/alire-index.ads @@ -39,7 +39,7 @@ package Alire.Index is and then Branch_String (Branch_String'Last) /= '-' and then (for some C of Branch_String => C = '-'); - Community_Branch : constant String := "stable-1.2"; + Community_Branch : constant String := "stable-1.2.1"; -- The branch used for the community index. Must be updated when new index -- features are introduced. diff --git a/src/alire/alire-version.ads b/src/alire/alire-version.ads index de9a79493..62d87b75e 100644 --- a/src/alire/alire-version.ads +++ b/src/alire/alire-version.ads @@ -2,7 +2,8 @@ package Alire.Version with Preelaborate is -- Remember to update Alire.Index branch if needed too - Current : constant String := "1.2.1-dev"; + Current : constant String := "1.2.1"; + -- 1.2.1: build switches fix and other minor assorted fixes -- 1.2.0: rpm speed-up, silence propagation warning, early switch parse -- 1.2.0-rc1: release candidate for 1.2 -- 1.1.2: latest msys2 and ensure it's fully updated