builds: 4.0 is out, make it official

Change-Id: I61dc303c4d68a0d9cf559ecff2373f1f09fef01e
This commit is contained in:
Solomon Peachy 2025-04-01 06:32:12 -04:00
parent e094c599fa
commit 0b214badc8
2 changed files with 6 additions and 12 deletions

View file

@ -112,7 +112,7 @@ sub buildfonts {
`$c`;
print "Run 'make fontzip'\n" if($verbose);
`make fontzip`;
`make fontzip NODEPS=1`;
}
`git checkout $tag`;