Makefile.am: Fix Changelog cutoff address.
gitlog-to-changelog Doesn't generate entries for cutoff day, only for days after the cutoff date, adjust by one to compensate.
This commit is contained in:
parent
7d027b4d3e
commit
14c9a72039
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ windowszip: windowsdir
|
|||
|
||||
EXTRA_DIST += linguas.sh
|
||||
|
||||
changelog_start_date = 2015-01-24
|
||||
changelog_start_date = 2015-01-23
|
||||
gitlog_to_changelog = $(top_srcdir)/build-aux/gitlog-to-changelog
|
||||
|
||||
ChangeLog: FORCE
|
||||
|
|
Loading…
Reference in a new issue