[njs] Version bump.

Dmitry Volyntsev xeioex at nginx.com
Tue Nov 7 23:36:57 UTC 2023


details:   https://hg.nginx.org/njs/rev/9dc131d53eda
branches:  
changeset: 2227:9dc131d53eda
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Tue Nov 07 15:35:18 2023 -0800
description:
Version bump.

diffstat:

 src/njs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 096576dd8cb0 -r 9dc131d53eda src/njs.h
--- a/src/njs.h	Mon Oct 23 21:42:43 2023 -0700
+++ b/src/njs.h	Tue Nov 07 15:35:18 2023 -0800
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.8.2"
-#define NJS_VERSION_NUMBER          0x000802
+#define NJS_VERSION                 "0.8.3"
+#define NJS_VERSION_NUMBER          0x000803
 
 
 #include <string.h>


More information about the nginx-devel mailing list