diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 10:58:35 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 10:58:35 +0200 |
| commit | 3d6fe1fdee306f41c62e9d77640622fe351d7e88 (patch) | |
| tree | aeb94edf40d4652e4582f7e5fb4f10ca14339fc0 /Makefile | |
| parent | a0b61ff280bd368dd5aa5e1add0a78d4cf97e9ef (diff) | |
| download | clectio-1.1.tar.gz clectio-1.1.zip | |
release: v1.1v1.1
Three changes since v1.0, all data or docs -- no engine change:
a0b61ff EF table regenerated from lectio 0.46.1: the Lenten Ember days were
serving Lent I Sunday's Mass. 84 days of the compiled 2025-2054
range corrected.
c21f545 EF table regenerated from lectio 0.46.0: seven precedence and
temporal defects, 209 days.
1ac11af docs: exact corpus paths, and the form follows config.h.
The shipped binary is an Ordinary Form build (config.h), and the OF table is
byte-identical across both regenerations -- so this release changes nothing for
a default build. It matters only to someone building with FORM_EF.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # clectio -- tiny, fast, suckless daily readings # Configure by editing config.h (copied from config.def.h on first build). -VERSION = 1.0 +VERSION = 1.1 CC ?= cc CFLAGS = -std=c99 -Os -Wall -Wextra # -no-pie: this is a local CLI reading static embedded data with no attack |
