[njs] Version bump.

noreply at nginx.com noreply at nginx.com
Fri Jul 18 13:42:02 UTC 2025


details:   https://github.com/nginx/njs/commit/b46cbce9c721ca288f2c403a1263e92cad687e10
branches:  master
commit:    b46cbce9c721ca288f2c403a1263e92cad687e10
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Fri, 11 Jul 2025 18:26:19 -0700
description:
Version bump.


---
 src/njs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/njs.h b/src/njs.h
index 017f908a..702e74b5 100644
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.9.1"
-#define NJS_VERSION_NUMBER          0x000901
+#define NJS_VERSION                 "0.9.2"
+#define NJS_VERSION_NUMBER          0x000902
 
 
 #include <string.h>


More information about the nginx-devel mailing list