[njs] Version bump.
Dmitry Volyntsev
xeioex at nginx.com
Wed Apr 12 01:42:37 UTC 2023
details: https://hg.nginx.org/njs/rev/46c0af7318b8
branches:
changeset: 2084:46c0af7318b8
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon Apr 10 23:06:29 2023 -0700
description:
Version bump.
diffstat:
src/njs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r a421d49d1d5c -r 46c0af7318b8 src/njs.h
--- a/src/njs.h Mon Apr 10 09:53:24 2023 -0700
+++ b/src/njs.h Mon Apr 10 23:06:29 2023 -0700
@@ -11,8 +11,8 @@
#include <njs_auto_config.h>
-#define NJS_VERSION "0.7.12"
-#define NJS_VERSION_NUMBER 0x00070c
+#define NJS_VERSION "0.8.0"
+#define NJS_VERSION_NUMBER 0x000800
#include <unistd.h> /* STDOUT_FILENO, STDERR_FILENO */
More information about the nginx-devel
mailing list