[njs] Version bump.

Dmitry Volyntsev xeioex at nginx.com
Thu Jul 21 02:58:35 UTC 2022


details:   https://hg.nginx.org/njs/rev/d7a0a16d22e4
branches:  
changeset: 1914:d7a0a16d22e4
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Wed Jul 20 19:56:42 2022 -0700
description:
Version bump.

diffstat:

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

diffs (14 lines):

diff -r 61d5b54b2026 -r d7a0a16d22e4 src/njs.h
--- a/src/njs.h	Mon Jul 18 18:42:28 2022 -0700
+++ b/src/njs.h	Wed Jul 20 19:56:42 2022 -0700
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.7.6"
-#define NJS_VERSION_NUMBER          0x000706
+#define NJS_VERSION                 "0.7.7"
+#define NJS_VERSION_NUMBER          0x000707
 
 
 #include <unistd.h>                 /* STDOUT_FILENO, STDERR_FILENO */



More information about the nginx-devel mailing list