diff options
| author | Andrea Corallo <acorallo@gnu.org> | 2024-08-17 18:42:43 +0200 |
|---|---|---|
| committer | Andrea Corallo <acorallo@gnu.org> | 2024-08-18 10:25:08 +0200 |
| commit | 4d9d3fec1b93698cc6dc014246fa6d3f5b4bb717 (patch) | |
| tree | f0a5a48b5600b8572cf11ec3d1120e8738fc8d59 /Makefile.in | |
| parent | 502285e84aaac4b6939d5f4e27351dd0e01498ed (diff) | |
* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1964fbbf8a9..7a20b0f24d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1303,7 +1303,7 @@ emacslog = build-aux/gitlog-to-emacslog # The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ..., # ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for # the newest (highest-numbered) ChangeLog history file. -CHANGELOG_HISTORY_INDEX_MAX = 3 +CHANGELOG_HISTORY_INDEX_MAX = 4 CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX) # Convert git commit log to ChangeLog file. make-dist uses this. |
