diff --git a/alire.toml b/alire.toml index f5b6b73d5..82935492d 100644 --- a/alire.toml +++ b/alire.toml @@ -1,7 +1,7 @@ name = "alr" description = "Command-line tool from the Alire project" -version = "1.2.0-rc1" +version = "1.2.0" authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"] maintainers = ["alejandro@mosteo.com", "chouteau@adacore.com"] diff --git a/src/alire/alire-version.ads b/src/alire/alire-version.ads index e0ab122f7..ac7dcc29b 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.0-rc1"; + Current : constant String := "1.2.0"; + -- 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 -- 1.1.1: fixes in #862 #866 #875 #876