From b05c7afdf63c9249bd7d9870afe94293bd842d03 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Wed, 20 Jul 2022 19:56:42 -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 55094ed6..51769579 100644 --- a/src/njs.h +++ b/src/njs.h @@ -11,8 +11,8 @@ #include -#define NJS_VERSION "0.7.6" -#define NJS_VERSION_NUMBER 0x000706 +#define NJS_VERSION "0.7.7" +#define NJS_VERSION_NUMBER 0x000707 #include /* STDOUT_FILENO, STDERR_FILENO */ -- 2.47.3