docs: sync book.bin/section.bin version refs to source (#2169)

This commit is contained in:
Angad Kandhari
2026-05-29 03:07:57 -04:00
committed by GitHub
parent 75a35f0578
commit cc2079a578
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
## `book.bin`
### Version 3
### Version 5
ImHex Pattern:
@@ -12,7 +12,7 @@ import std.string;
import std.core;
// === Configuration ===
#define EXPECTED_VERSION 3
#define EXPECTED_VERSION 5
#define MAX_STRING_LENGTH 65535
// === String Structure ===
@@ -34,6 +34,7 @@ fn format_string(String s) {
struct Metadata {
String title [[comment("Book title")]];
String author [[comment("Book author")]];
String language [[comment("Book language code")]];
String coverItemHref [[comment("Path to cover image")]];
String textReferenceHref [[comment("Path to guided first text reference")]];
} [[comment("Book metadata information")]];