Skip to content

Commit 1cb9b7b

Browse files
actions-usermosteo
authored andcommitted
Bump version to 1.2.1
1 parent e77a410 commit 1cb9b7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/alire/alire-index.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ package Alire.Index is
3939
and then Branch_String (Branch_String'Last) /= '-'
4040
and then (for some C of Branch_String => C = '-');
4141

42-
Community_Branch : constant String := "stable-1.2";
42+
Community_Branch : constant String := "stable-1.2.1";
4343
-- The branch used for the community index. Must be updated when new index
4444
-- features are introduced.
4545

src/alire/alire-version.ads

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package Alire.Version with Preelaborate is
22

33
-- Remember to update Alire.Index branch if needed too
44

5-
Current : constant String := "1.2.1-dev";
5+
Current : constant String := "1.2.1";
6+
-- 1.2.1: build switches fix and other minor assorted fixes
67
-- 1.2.0: rpm speed-up, silence propagation warning, early switch parse
78
-- 1.2.0-rc1: release candidate for 1.2
89
-- 1.1.2: latest msys2 and ensure it's fully updated

0 commit comments

Comments
 (0)