File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments