* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
authorAndrea Corallo <acorallo@gnu.org>
Sat, 17 Aug 2024 16:42:43 +0000 (18:42 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Sun, 18 Aug 2024 08:25:08 +0000 (10:25 +0200)
Makefile.in

index 1964fbbf8a959c558a68a8a7d47ddd4cc9714c5e..7a20b0f24d71fba7717128bf031dfbd2d77c3128 100644 (file)
@@ -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.