From 1e3e3cca7f44ccf1f00a843a5276b10f6495a4be Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 25 Oct 2022 09:19:14 -0700 Subject: [PATCH] Version bump. --- src/njs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/njs.h b/src/njs.h index bd638fa7..c680931e 100644 --- a/src/njs.h +++ b/src/njs.h @@ -11,8 +11,8 @@ #include -#define NJS_VERSION "0.7.8" -#define NJS_VERSION_NUMBER 0x000708 +#define NJS_VERSION "0.7.9" +#define NJS_VERSION_NUMBER 0x000709 #include /* STDOUT_FILENO, STDERR_FILENO */ -- 2.47.3