]> git.kaiwu.me - njs.git/commitdiff
Version bump.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Jun 2022 22:29:00 +0000 (15:29 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Jun 2022 22:29:00 +0000 (15:29 -0700)
src/njs.h

index 5959f1ae480f939c43108bef1ffa091d4efb6713..0c73d6665e92cf44b01ecfeb3bdd07a59ddc980b 100644 (file)
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.7.5"
-#define NJS_VERSION_NUMBER          0x000705
+#define NJS_VERSION                 "0.7.6"
+#define NJS_VERSION_NUMBER          0x000706
 
 
 #include <unistd.h>                 /* STDOUT_FILENO, STDERR_FILENO */