aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-08-17 18:42:43 +0200
committerAndrea Corallo2024-08-18 10:25:08 +0200
commit4d9d3fec1b93698cc6dc014246fa6d3f5b4bb717 (patch)
treef0a5a48b5600b8572cf11ec3d1120e8738fc8d59
parent502285e84aaac4b6939d5f4e27351dd0e01498ed (diff)
downloademacs-4d9d3fec1b93698cc6dc014246fa6d3f5b4bb717.tar.gz
emacs-4d9d3fec1b93698cc6dc014246fa6d3f5b4bb717.zip
* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
-rw-r--r--Makefile.in2
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
1303# The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ..., 1303# The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
1304# ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for 1304# ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for
1305# the newest (highest-numbered) ChangeLog history file. 1305# the newest (highest-numbered) ChangeLog history file.
1306CHANGELOG_HISTORY_INDEX_MAX = 3 1306CHANGELOG_HISTORY_INDEX_MAX = 4
1307CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX) 1307CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
1308 1308
1309# Convert git commit log to ChangeLog file. make-dist uses this. 1309# Convert git commit log to ChangeLog file. make-dist uses this.