[njs] Version bump.
Dmitry Volyntsev
xeioex at nginx.com
Wed Jun 22 05:14:57 UTC 2022
details: https://hg.nginx.org/njs/rev/8ff4c3126a89
branches:
changeset: 1894:8ff4c3126a89
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Jun 21 15:29:00 2022 -0700
description:
Version bump.
diffstat:
src/njs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 90f0e772e13f -r 8ff4c3126a89 src/njs.h
--- a/src/njs.h Mon Jun 20 22:26:55 2022 -0700
+++ b/src/njs.h Tue Jun 21 15:29:00 2022 -0700
@@ -11,8 +11,8 @@
#include <njs_auto_config.h>
-#define NJS_VERSION "0.7.5"
-#define NJS_VERSION_NUMBER 0x000705
+#define NJS_VERSION "0.7.6"
+#define NJS_VERSION_NUMBER 0x000706
#include <unistd.h> /* STDOUT_FILENO, STDERR_FILENO */
More information about the nginx-devel
mailing list