]> git.kaiwu.me - njs.git/commitdiff
Version bump.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 12 Jul 2025 01:26:19 +0000 (18:26 -0700)
committerVadimZhestikov <108960056+VadimZhestikov@users.noreply.github.com>
Fri, 18 Jul 2025 13:41:30 +0000 (06:41 -0700)
src/njs.h

index 017f908a1ce70f31fca6ac73512a3afad5ce2526..702e74b5a58ffb9d5f30b0ca615f3cc8104c1e85 100644 (file)
--- 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>