diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-20 09:54:11 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-20 09:54:11 +0100 |
| commit | 148b5a826d15b12ca83b55ee31862c9260605adb (patch) | |
| tree | 4cca52e7f77005e0f49b0a6313a76a5eb56322aa /README.org | |
| parent | ff2a01852d80e9f5591202d8017beb59d72ca40e (diff) | |
Bump version
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |
