diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-02-16 18:22:35 +0000 |
---|---|---|
committer | andrey-zelenkov <xim.andrew@gmail.com> | 2024-03-12 16:56:11 +0000 |
commit | 9993814d14fa693dc8641c31bca70223895d2055 (patch) | |
tree | 1845a910be997cdd2678bcd0bbfe8113ba5e5305 /pkg/contrib/src/njs/version | |
parent | abcfc4cd6871c57af05fa2ee1c3fe80dfc556cdc (diff) | |
download | unit-9993814d14fa693dc8641c31bca70223895d2055.tar.gz unit-9993814d14fa693dc8641c31bca70223895d2055.tar.bz2 |
NJS: loader should be registered using njs_vm_set_module_loader()
This change makes NJS module incompatible with NJS older than 0.8.3.
Therefore, the configuration version check has been adjusted accordingly.
This change was introduced in NJS 0.8.3 here:
<https://hg.nginx.com/njs/rev/ad1a7ad3c715>
Diffstat (limited to 'pkg/contrib/src/njs/version')
-rw-r--r-- | pkg/contrib/src/njs/version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/contrib/src/njs/version b/pkg/contrib/src/njs/version index 00453419..8b8d5b91 100644 --- a/pkg/contrib/src/njs/version +++ b/pkg/contrib/src/njs/version @@ -1 +1 @@ -NJS_VERSION := 0.8.2 +NJS_VERSION := 0.8.3 |