v1.19.14; closes #847

This commit is contained in:
ed 2025-09-23 22:47:07 +00:00
parent fdcd92bac8
commit c72b62ad86
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 19, 13) VERSION = (1, 19, 14)
CODENAME = "usernames" CODENAME = "usernames"
BUILD_DT = (2025, 9, 23) BUILD_DT = (2025, 9, 23)

View file

@ -93,6 +93,7 @@ copyparty = [
"web/*.js", "web/*.js",
"web/*.css", "web/*.css",
"web/*.html", "web/*.html",
"web/*.xml",
"web/a/*.bat", "web/a/*.bat",
"web/deps/*.gz", "web/deps/*.gz",
"web/deps/*.woff*", "web/deps/*.woff*",