From 0ddc65ca289fed396c5ee115dddaecaaf6ef913f Mon Sep 17 00:00:00 2001 From: BlackMark Date: Fri, 24 Jul 2026 17:11:03 +0200 Subject: [PATCH] pureboot.py: bump the tool version to 5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The drain fix changes the tool's activation behaviour; mark it. The loader version window is unchanged — the wire protocol did not move. Co-Authored-By: Claude Opus 4.8 (1M context) --- pureboot/pureboot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pureboot/pureboot.py b/pureboot/pureboot.py index 4f061b1..0d9d561 100644 --- a/pureboot/pureboot.py +++ b/pureboot/pureboot.py @@ -24,7 +24,7 @@ else: import termios PROMPT = b"+" -VERSION = 4 # this tool's own version — free to drift from a loader's +VERSION = 5 # this tool's own version — free to drift from a loader's # The loader versions this tool speaks. A pureboot version implies its wire # protocol, which carries no number of its own, so this window is where that # map lives: every version so far speaks the same protocol, and one that