From 148b5a826d15b12ca83b55ee31862c9260605adb Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Mon, 20 Apr 2026 09:54:11 +0100 Subject: Bump version --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 368921c..8e4db4e 100644 --- a/README.org +++ b/README.org @@ -41,7 +41,7 @@ Early extraction phase. The engine logic is fully working — it powers [[https: | 8 | Camera follow | pending | | 9 | Named scene states | pending | | 10 | AI tag-based lookup | pending | -| 11 | Package as Chicken egg (v0.1.0) | pending | +| 11 | Package as Chicken egg (v1.0.0rc1) | pending | | 12 | Macroknight ported to use the egg | pending | Milestones 1–6 are pure refactoring. Milestone 7 is the design pivot where the public API stabilises. Milestones 11–12 produce the first installable egg and validate it against macroknight. @@ -72,6 +72,8 @@ Single test module: csi -s tests/physics-test.scm #+end_src +The canonical version string is =VERSION= at the top of the =Makefile=; it must match =((version "…")= in =downstroke.egg= and the =v…= marker in the milestone table. Bump all three with =make bump-version NEW=1.2.3= (POSIX =sed=; =NEW= must not contain =&=, backslash, or =#=). + ** Architecture Modules live at the project root. Each compiles as a Chicken unit (=csc -c -J -unit=). Compile order follows the dependency graph: -- cgit v1.2.3