[njs] Version bump.

Dmitry Volyntsev xeioex at nginx.com
Tue Oct 25 17:03:38 UTC 2022


details:   https://hg.nginx.org/njs/rev/96a0be3dfb0b
branches:  
changeset: 1985:96a0be3dfb0b
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Tue Oct 25 09:19:14 2022 -0700
description:
Version bump.

diffstat:

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

diffs (14 lines):

diff -r 86784a68e8c8 -r 96a0be3dfb0b src/njs.h
--- a/src/njs.h	Tue Oct 25 06:43:10 2022 -0700
+++ b/src/njs.h	Tue Oct 25 09:19:14 2022 -0700
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.7.8"
-#define NJS_VERSION_NUMBER          0x000708
+#define NJS_VERSION                 "0.7.9"
+#define NJS_VERSION_NUMBER          0x000709
 
 
 #include <unistd.h>                 /* STDOUT_FILENO, STDERR_FILENO */



More information about the nginx-devel mailing list