[njs] Version bump.

Dmitry Volyntsev xeioex at nginx.com
Thu Feb 8 01:57:51 UTC 2024


details:   https://hg.nginx.org/njs/rev/93562e512d26
branches:  
changeset: 2283:93562e512d26
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Wed Feb 07 17:56:59 2024 -0800
description:
Version bump.

diffstat:

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

diffs (14 lines):

diff -r f98dd6884786 -r 93562e512d26 src/njs.h
--- a/src/njs.h	Wed Feb 07 08:34:17 2024 -0800
+++ b/src/njs.h	Wed Feb 07 17:56:59 2024 -0800
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.8.3"
-#define NJS_VERSION_NUMBER          0x000803
+#define NJS_VERSION                 "0.8.4"
+#define NJS_VERSION_NUMBER          0x000804
 
 
 #include <string.h>


More information about the nginx-devel mailing list