Release Landlock Make 1.0

This commit is contained in:
Justine Tunney 2022-08-10 09:27:04 -07:00
parent 4e939d1761
commit 6746d768c6
2 changed files with 7 additions and 7 deletions

View file

@ -644,13 +644,13 @@
#define PACKAGE_BUGREPORT "bug-make@gnu.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "GNU make"
#define PACKAGE_NAME "Landlock Make"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GNU make 4.3"
#define PACKAGE_STRING "Landlock Make 1.0 (GNU make 4.3)"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "make"
#define PACKAGE_TARNAME "landlockmake"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://www.gnu.org/software/make/"