[njs] Version bump.
Dmitry Volyntsev
xeioex at nginx.com
Wed Aug 31 23:53:14 UTC 2022
details: https://hg.nginx.org/njs/rev/dfbd55660d40
branches:
changeset: 1942:dfbd55660d40
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Wed Aug 31 16:52:10 2022 -0700
description:
Version bump.
diffstat:
src/njs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 215ab6e04407 -r dfbd55660d40 src/njs.h
--- a/src/njs.h Mon Aug 29 21:33:29 2022 -0700
+++ b/src/njs.h Wed Aug 31 16:52:10 2022 -0700
@@ -11,8 +11,8 @@
#include <njs_auto_config.h>
-#define NJS_VERSION "0.7.7"
-#define NJS_VERSION_NUMBER 0x000707
+#define NJS_VERSION "0.7.8"
+#define NJS_VERSION_NUMBER 0x000708
#include <unistd.h> /* STDOUT_FILENO, STDERR_FILENO */
More information about the nginx-devel
mailing list