summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a967c38..32d2749 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,7 +85,7 @@ install-data-hook:
GL_GEN_BIN = gitlog-to-changelog
GL_GEN = if test -d .git; then \
$(SHELL) $(top_srcdir)/$(config_aux_dir)/missing --run \
- $(GL_GEN_BIN) --format='%s%n%n%b%n' --since 2013-01-01 > ChangeLog ; \
+ $(GL_GEN_BIN) --format='%s%n%n%b%n' --since 2014-06-30 > ChangeLog ; \
rc=$$? ; \
if test $$rc -eq 127; then \
if test x"$$IGNORE_CHANGELOG" != xyes; then \