From a8a87b0eba23ae5f94f976870195ef03afdcbdc2 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Fri, 24 Apr 2026 17:38:07 -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 07e452fe..fc212f8d 100644 --- a/src/njs.h +++ b/src/njs.h @@ -11,8 +11,8 @@ #include -#define NJS_VERSION "0.9.8" -#define NJS_VERSION_NUMBER 0x000908 +#define NJS_VERSION "0.9.9" +#define NJS_VERSION_NUMBER 0x000909 #include -- 2.47.3