summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-17 10:58:35 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-17 10:58:35 +0200
commit3d6fe1fdee306f41c62e9d77640622fe351d7e88 (patch)
treeaeb94edf40d4652e4582f7e5fb4f10ca14339fc0
parenta0b61ff280bd368dd5aa5e1add0a78d4cf97e9ef (diff)
downloadclectio-3d6fe1fdee306f41c62e9d77640622fe351d7e88.tar.gz
clectio-3d6fe1fdee306f41c62e9d77640622fe351d7e88.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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2d810c..a0ab4c7 100644
--- a/Makefile
+++ b/Makefile
@@ -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