Skip to content

Commit 42fbc58

Browse files
committed
Bump versions to 1.2
1 parent 33a21df commit 42fbc58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

alire.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "alr"
22
description = "Command-line tool from the Alire project"
33

4-
version = "1.2.0-rc1"
4+
version = "1.2.0"
55

66
authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"]
77
maintainers = ["alejandro@mosteo.com", "chouteau@adacore.com"]

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.0-rc1";
5+
Current : constant String := "1.2.0";
6+
-- 1.2.0: rpm speed-up, silence propagation warning, early switch parse
67
-- 1.2.0-rc1: release candidate for 1.2
78
-- 1.1.2: latest msys2 and ensure it's fully updated
89
-- 1.1.1: fixes in #862 #866 #875 #876

0 commit comments

Comments
 (0)