]> git.kaiwu.me - njs.git/commitdiff
Version bump.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 25 Oct 2022 16:19:14 +0000 (09:19 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 25 Oct 2022 16:19:14 +0000 (09:19 -0700)
src/njs.h

index bd638fa7387ab38f7afa9e02d676fd5e8ed54281..c680931e3e9bc178d1f4781584bd1c0a4d1afdc2 100644 (file)
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.7.8"
-#define NJS_VERSION_NUMBER          0x000708
+#define NJS_VERSION                 "0.7.9"
+#define NJS_VERSION_NUMBER          0x000709
 
 
 #include <unistd.h>                 /* STDOUT_FILENO, STDERR_FILENO */