From 76226dbaa243ceed91222b81a98d547dd239aa72 Mon Sep 17 00:00:00 2001 From: Robert Allan James Date: Sat, 1 Aug 2026 15:51:53 -0400 Subject: [PATCH] Bump LITHOS_VERSION to 1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kernel version only — the embedded StarForth engine version (3.1.0) is left alone since it tracks a vendored copy that has genuinely diverged from the standalone StarForth repo, not something to auto-sync. Verified builds on amd64, aarch64, and riscv64. Co-Authored-By: Claude Sonnet 5 --- .claude/CLAUDE.md | 2 +- Makefile.starkernel | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index bfe2ea0..c49f711 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -197,7 +197,7 @@ Output: `build//kernel/starkernel_loader.efi` + `build//kernel/stark Two independently tracked version strings flow into the generated `include/version.h`: `VERSION` (`Makefile.starkernel` — the embedded StarForth engine version, currently `3.1.0`; note this does **not** auto-sync with the standalone StarForth repo's own version) and -`LITHOS_VERSION` (`Makefile.starkernel` — the kernel version, currently `1.5.3`). +`LITHOS_VERSION` (`Makefile.starkernel` — the kernel version, currently `1.5.4`). ### Build configuration (Kconfig — real, wired, not vestigial) diff --git a/Makefile.starkernel b/Makefile.starkernel index 1f72972..915f224 100644 --- a/Makefile.starkernel +++ b/Makefile.starkernel @@ -76,7 +76,7 @@ endif # v1.5.x — framebuffer VT100 terminal/console milestone (current) # v2.0.0 — StarForth SDK release; v2.x.x development begins from there VERSION ?= 3.1.0 -LITHOS_VERSION ?= 1.5.3 +LITHOS_VERSION ?= 1.5.4 # ============================================================================== # BUILD PATHS diff --git a/README.md b/README.md index a29bc76..68ec0c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LithosAnanke v1.5.3 +# LithosAnanke v1.5.4 **UEFI-bootable FORTH microkernel.** Boots from firmware, initialises memory and interrupts, then runs the StarForth VM as its sole userspace runtime. No libc. No OS. Just stone and necessity.