[njs] Version bump.
Dmitry Volyntsev
xeioex at nginx.com
Fri Nov 18 05:04:32 UTC 2022
details: https://hg.nginx.org/njs/rev/b3eeac9ee9f4
branches:
changeset: 2005:b3eeac9ee9f4
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Wed Nov 16 18:47:36 2022 -0800
description:
Version bump.
diffstat:
src/njs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 51bf94dc5043 -r b3eeac9ee9f4 src/njs.h
--- a/src/njs.h Wed Nov 16 17:47:33 2022 -0800
+++ b/src/njs.h Wed Nov 16 18:47:36 2022 -0800
@@ -11,8 +11,8 @@
#include <njs_auto_config.h>
-#define NJS_VERSION "0.7.9"
-#define NJS_VERSION_NUMBER 0x000709
+#define NJS_VERSION "0.7.10"
+#define NJS_VERSION_NUMBER 0x00070a
#include <unistd.h> /* STDOUT_FILENO, STDERR_FILENO */
More information about the nginx-devel
mailing list