From 3d55e8de473dd8bad9153b8c01cca57bb3f9bb23 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 12 Mar 2018 15:56:18 +0100 Subject: [PATCH] bump alire version --- index/alire-index-alire.ads | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/index/alire-index-alire.ads b/index/alire-index-alire.ads index a4099f9f..f52f3813 100644 --- a/index/alire-index-alire.ads +++ b/index/alire-index-alire.ads @@ -7,13 +7,21 @@ package Alire.Index.Alire is Repo : constant URL := "https://bitbucket.org/aleteolabs/alire.git"; + V_0_2 : constant Release := + Project.Register + (V ("0.2"), + Git (Repo, "dfddd0764a58a28bc06508f7b5454533f3fe6386"), + Dependencies => + Semantic_Versioning.V_0_1_2.Within_Minor and + Simple_Logging.V_1_0.Within_Major); + V_0_1_2 : constant Release := Project.Register (V ("0.1.2"), Git (Repo, "e2dee2e147ae9e4d666567b53b108cbe61bc06e8"), Dependencies => - Semantic_Versioning.V_0_1_2.Within_Minor and - Simple_Logging.V_1_0_0.Within_Major); + Semantic_Versioning.V_0_2.Within_Minor and + Simple_Logging.V_1_0.Within_Major); function Example_Project is new Catalogued_Project (Projects.Alire_Reserved);