[njs] Version bump.

noreply at nginx.com noreply at nginx.com
Tue Oct 8 04:35:02 UTC 2024


details:   https://github.com/nginx/njs/commit/f2e18cde418f99b0cdb5f8965a8eda8c7020f462
branches:  master
commit:    f2e18cde418f99b0cdb5f8965a8eda8c7020f462
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon, 7 Oct 2024 18:09:47 -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 8950a0db..3b42ae61 100644
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.8.6"
-#define NJS_VERSION_NUMBER          0x000806
+#define NJS_VERSION                 "0.8.7"
+#define NJS_VERSION_NUMBER          0x000807
 
 
 #include <string.h>


More information about the nginx-devel mailing list