diff --git a/ChangeLog b/ChangeLog index e7eb082..8fa7647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Change Log for PCRE2 -------------------- -Version 10.10 20-February-2015 +Version 10.10 26-February-2015 ------------------------------ 1. When a pattern is compiled, it remembers the highest back reference so that @@ -94,6 +94,9 @@ only on Windows. 20. Added RunTest.bat for running the tests under Windows. +21. "make distclean" was not removing config.h, a file that is created for use +with CMake. + Version 10.00 05-January-2015 ----------------------------- diff --git a/Makefile.am b/Makefile.am index 5919be7..2e4e79e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,7 +198,7 @@ noinst_PROGRAMS = # and 'make maintainer-clean'. CLEANFILES = -DISTCLEANFILES = src/config.h.in~ +DISTCLEANFILES = src/config.h.in~ config.h MAINTAINERCLEANFILES = # Additional files to bundle with the distribution, over and above what