Skip to content

Commit bbf0ef3

Browse files
committed
Updated README to suggest a repository configuration for the most current branch (stable-1.0.x.y)
1 parent 0e31122 commit bbf0ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Replace _X with the appropriate number for your project.
99
package AURA.Respository_X with Pure is
1010
Format : constant Repository_Format := git;
1111
Location : constant String := "https://github.com/annexi-strayline/ASAP.git";
12-
Tracking_Branch: constant String := "stable-0.1";
12+
Tracking_Branch: constant String := "stable-1.0.x.y";
1313
end AURA.Repository_X;
1414
```

0 commit comments

Comments
 (0)