We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12100de commit 647aa3dCopy full SHA for 647aa3d
2 files changed
docs/ChangeLog.md
@@ -4,6 +4,10 @@
4
5
### Unreleased
6
7
+### 1.0.0-alpha.9 — 2026-04-18
8
+
9
+#### Changes since 1.0.0-alpha.8
10
11
#### Features
12
- feat: add optional `PACKAGE_JSON` support with `to_json()` and `from_json()` efuns
13
- feat: extend `from_json()` to accept `buffer` input for large JSON payloads
lib/lpc/program/binaries.c
@@ -28,7 +28,7 @@
28
#include "hash.h"
29
30
static char *magic_id = "NEOL";
31
-static uint32_t driver_id = 0x20260417; /* increment when driver changes */
+static uint32_t driver_id = 0x20260418; /* increment when driver changes */
32
static uint64_t config_id = 0;
33
34
static FILE *crdir_fopen(char *);
0 commit comments