Preparations for v0.2

This commit is contained in:
Alejandro R Mosteo
2018-03-12 16:07:45 +01:00
parent 1e06706da1
commit af4ce2b33f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ package Alire.Index.Alire is
V_0_2 : constant Release :=
Project.Register
(V ("0.2"),
Git (Repo, "dfddd0764a58a28bc06508f7b5454533f3fe6386"),
Git (Repo, "1e06706da1cc1aed48f7e98902bbdd8027810411"),
Dependencies =>
Semantic_Versioning.V_0_1_2.Within_Minor and
Simple_Logging.V_1_0.Within_Major);
+1 -1
View File
@@ -10,7 +10,7 @@ package Alire.Index.Alr is
V_0_2 : constant Release :=
Project.Register
(V ("0.2"),
Git (Repo, "33f9b389d392b25da4638daab976ce6df0760c14"),
Git (Repo, "1e06706da1cc1aed48f7e98902bbdd8027810411"),
Dependencies =>
Alire.V_0_1_2.Within_Minor and
Simple_Logging.V_1_0.Within_Major);