diff options
| -rw-r--r-- | NOTICE | 8 | ||||
| -rw-r--r-- | internal/config/config.go | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -26,6 +26,14 @@ compiled from, respectively, missalemeum.com (Divinum Officium data) and niedziela.pl. Only the references were taken; the reading TEXT is rendered from the public-domain corpora below — no copyrighted translation is redistributed. +OF sanctoral calendar +--------------------- +The Ordinary Form universal sanctoral in internal/caldata/roman-calendar.ini was +generated (scripts/gen-sanctoral.go) from the General Roman Calendar published by +calapi.inadiutorium.cz (calendarium-romanum project) -- English/Latin names, rank +and colour -- with Polish names from niedziela.pl. The data as committed is +lectio's own. + Scripture corpora — deuterocanon -------------------------------- The deuterocanonical books added to the Vulgate (vul) and Douay-Rheims (drb) diff --git a/internal/config/config.go b/internal/config/config.go index b29c16c..aadf160 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -63,7 +63,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.36.0" +const Version = "0.37.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
