From 857c7364f29fcce74c31472deb912e5b79ca1a4a Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Wed, 8 Oct 2025 18:42:16 -0700 Subject: [PATCH] Version bump. --- src/njs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/njs.h b/src/njs.h index 923cb3e4..c1f4a27a 100644 --- a/src/njs.h +++ b/src/njs.h @@ -11,8 +11,8 @@ #include -#define NJS_VERSION "0.9.3" -#define NJS_VERSION_NUMBER 0x000903 +#define NJS_VERSION "0.9.4" +#define NJS_VERSION_NUMBER 0x000904 #include -- 2.47.3