Release Landlock Make v1.0.1

This commit is contained in:
Justine Tunney 2022-08-10 12:16:43 -07:00
parent 5c5cf0e01d
commit 95f54eeb40
2 changed files with 43 additions and 1 deletions

View file

@ -2971,7 +2971,7 @@ print_version (void)
/* Do it only once. */
return;
printf ("%sGNU Make %s\n", precede, version_string);
printf ("%sLandlock Make 1.0.1 (GNU Make %s)\n", precede, version_string);
if (!remote_description || *remote_description == '\0')
printf (_("%sBuilt for %s\n"), precede, make_host);