[njs] Version bump.

noreply at nginx.com noreply at nginx.com
Fri Jul 19 01:44:02 UTC 2024


details:   https://github.com/nginx/njs/commit/15c66f2a23a42143d43e6ffedfc33a1128428ccb
branches:  master
commit:    15c66f2a23a42143d43e6ffedfc33a1128428ccb
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Thu, 18 Jul 2024 18:01:57 -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 2e16ce4e..8950a0db 100644
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.8.5"
-#define NJS_VERSION_NUMBER          0x000805
+#define NJS_VERSION                 "0.8.6"
+#define NJS_VERSION_NUMBER          0x000806
 
 
 #include <string.h>


More information about the nginx-devel mailing list