0.4 version
This commit is contained in:
@@ -16,15 +16,15 @@ package Alire.Index.Alire 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, "e2dee2e147ae9e4d666567b53b108cbe61bc06e8"))
|
||||
(V ("0.4"),
|
||||
Git (Repo, "5ba81ba33dfeb184b2e644ef2996200b5fdd6ae4"))
|
||||
.Extending
|
||||
(Dependencies =>
|
||||
Semantic_Versioning.V_0_1_2.Within_Minor and
|
||||
Semantic_Versioning.V_0_3_1.Within_Minor and
|
||||
Simple_Logging.V_1_0.Within_Major));
|
||||
|
||||
V_0_2 : constant Release :=
|
||||
@@ -38,6 +38,17 @@ package Alire.Index.Alire is
|
||||
Semantic_Versioning.V_0_3.Within_Minor and
|
||||
Simple_Logging.V_1_0.Within_Major));
|
||||
|
||||
V_0_1_2 : constant Release :=
|
||||
Project.Register
|
||||
(V_0
|
||||
.Upgrading
|
||||
(V ("0.1.2"),
|
||||
Git (Repo, "e2dee2e147ae9e4d666567b53b108cbe61bc06e8"))
|
||||
.Extending
|
||||
(Dependencies =>
|
||||
Semantic_Versioning.V_0_1_2.Within_Minor and
|
||||
Simple_Logging.V_1_0.Within_Major));
|
||||
|
||||
-- function Example_Project is new Catalogued_Project ("alire_indexing_example",
|
||||
-- "Demo of dependencies/properties/conditionals in alire-index-alire.ads");
|
||||
-- function Elite_Dangerous is new Catalogued_Project ("elite_dangerous",
|
||||
|
||||
@@ -5,6 +5,10 @@ package Alire.Index.Semantic_Versioning is
|
||||
|
||||
Repo : constant URL := "https://github.com/alire-project/semantic_versioning.git";
|
||||
|
||||
V_0_3_1 : constant Release := Project.Register
|
||||
(V ("0.3.1"),
|
||||
Git (Repo, "71653babaab97d835ecd22edb562b9b529dd8948"));
|
||||
|
||||
V_0_3 : constant Release := Project.Register
|
||||
(V ("0.3"),
|
||||
Git (Repo, "ebf71f00daba91489238f79819078a37e36be188"));
|
||||
|
||||
Reference in New Issue
Block a user