[njs] Version bump.
Dmitry Volyntsev
xeioex at nginx.com
Fri Mar 10 22:16:02 UTC 2023
details: https://hg.nginx.org/njs/rev/acacd5d3a276
branches:
changeset: 2071:acacd5d3a276
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Fri Mar 10 13:28:21 2023 -0800
description:
Version bump.
diffstat:
src/njs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 7072e95495a4 -r acacd5d3a276 src/njs.h
--- a/src/njs.h Thu Mar 09 13:21:48 2023 -0800
+++ b/src/njs.h Fri Mar 10 13:28:21 2023 -0800
@@ -11,8 +11,8 @@
#include <njs_auto_config.h>
-#define NJS_VERSION "0.7.11"
-#define NJS_VERSION_NUMBER 0x00070b
+#define NJS_VERSION "0.7.12"
+#define NJS_VERSION_NUMBER 0x00070c
#include <unistd.h> /* STDOUT_FILENO, STDERR_FILENO */
More information about the nginx-devel
mailing list