]> git.kaiwu.me - njs.git/commitdiff
Version bump.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Jul 2023 00:57:45 +0000 (17:57 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Jul 2023 00:57:45 +0000 (17:57 -0700)
src/njs.h

index 38357f0f43822f46c34dc39f977fe00294e8b840..69448d1ec8f7d8cbe02b000720a26a9229acf5ae 100644 (file)
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.8.0"
-#define NJS_VERSION_NUMBER          0x000800
+#define NJS_VERSION                 "0.8.1"
+#define NJS_VERSION_NUMBER          0x000801
 
 
 #include <string.h>