Better version naming in index

This commit is contained in:
A
2018-02-22 18:55:13 +01:00
parent 4b6854a570
commit edc1a14ae2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ package Alire.Index.Alire is
Desc : constant Project_Description := "Alire project catalog and support files";
Latest : constant Release :=
V_0_1 : constant Release :=
Register (Name,
V ("0.1.2"),
Desc,
+3 -3
View File
@@ -8,13 +8,13 @@ package Alire.Index.Alr is
Desc : constant Project_Description := "Command-line tool from the Alire project";
Latest : constant Release :=
V_0_1 : constant Release :=
Register (Name,
V ("0.1.1"),
V ("0.1.2"),
Desc,
Git (Repo, "4002536beea8aee12b455077df4dd144b409bde4"),
Depends_On =>
Within_Major (Alire.Latest) and
Within_Major (Alire.V_0_1) and
Within_Major (Simple_Logging.V_1));
end Alire.Index.Alr;