]> git.kaiwu.me - njs.git/commitdiff
Version bump.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 21 Jul 2022 02:56:42 +0000 (19:56 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 21 Jul 2022 02:56:42 +0000 (19:56 -0700)
src/njs.h

index 55094ed68daf1f2331c248be0837a67938fdc572..51769579f75d0eeb2aa0c48124413df97447e644 100644 (file)
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.7.6"
-#define NJS_VERSION_NUMBER          0x000706
+#define NJS_VERSION                 "0.7.7"
+#define NJS_VERSION_NUMBER          0x000707
 
 
 #include <unistd.h>                 /* STDOUT_FILENO, STDERR_FILENO */