1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-14 05:15:21 +01:00

Update credits for 5.15.0 (#16840)

This commit is contained in:
sfan5
2026-01-12 20:40:52 +01:00
committed by GitHub
parent fbd3707646
commit aea65dfd60
2 changed files with 5 additions and 4 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.11.0..HEAD"
REVS_ACTIVE = "5.13.0..HEAD"
# all time, for "Previous Contributors"
REVS_PREVIOUS = "HEAD"