alr 0.4, closes #29

This commit is contained in:
Alejandro R Mosteo
2018-04-30 11:03:04 +02:00
parent 77ee7f93a9
commit d72f58d2f6
+14 -4
View File
@@ -19,15 +19,15 @@ package Alire.Index.Alr is
Author ("Alejandro R. Mosteo") and
License (GPL_3_0));
V_0_1_2 : constant Release :=
V_0_4 : constant Release :=
Project.Register
(V_0
.Upgrading
(V ("0.1.2"),
Git (Repo, "4002536beea8aee12b455077df4dd144b409bde4"))
(V ("0.4"),
Git (Repo, "dab80238f3fb9d07deec34919f8306a9d5f9e131"))
.Extending
(Dependencies =>
Alire.V_0_1_2.Within_Minor));
Alire.V_0_4.Within_Minor));
V_0_2 : constant Release :=
Project.Register
@@ -39,4 +39,14 @@ package Alire.Index.Alr is
(Dependencies =>
Alire.V_0_2.Within_Minor));
V_0_1_2 : constant Release :=
Project.Register
(V_0
.Upgrading
(V ("0.1.2"),
Git (Repo, "4002536beea8aee12b455077df4dd144b409bde4"))
.Extending
(Dependencies =>
Alire.V_0_1_2.Within_Minor));
end Alire.Index.Alr;