1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Update credits for 5.12.0 (#16142)

This commit is contained in:
sfan5
2025-05-18 12:13:57 +02:00
committed by GitHub
parent 8c8b7cb251
commit 554dd5ddf4
2 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ from collections import defaultdict
codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$"
# two minor versions back, for "Active Contributors"
REVS_ACTIVE = "5.9.0..HEAD"
REVS_ACTIVE = "5.10.0..HEAD"
# all time, for "Previous Contributors"
REVS_PREVIOUS = "HEAD"