details: https://hg.nginx.org/njs/rev/4e4bfbc09cb6 branches: changeset: 1866:4e4bfbc09cb6 user: Dmitry Volyntsev <xei...@nginx.com> date: Tue May 31 08:53:18 2022 -0700 description: Version bump.
diffstat: src/njs.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r 640ed49b2dce -r 4e4bfbc09cb6 src/njs.h --- a/src/njs.h Tue May 24 09:10:52 2022 -0700 +++ b/src/njs.h Tue May 31 08:53:18 2022 -0700 @@ -11,8 +11,8 @@ #include <njs_auto_config.h> -#define NJS_VERSION "0.7.4" -#define NJS_VERSION_NUMBER 0x000704 +#define NJS_VERSION "0.7.5" +#define NJS_VERSION_NUMBER 0x000705 #include <unistd.h> /* STDOUT_FILENO, STDERR_FILENO */ _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org