]> git.kaiwu.me - njs.git/commitdiff
Version bump
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 23 Jun 2026 21:49:43 +0000 (14:49 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Tue, 23 Jun 2026 22:35:41 +0000 (15:35 -0700)
src/njs.h

index aafb76669d46276b586e87899342326f783e5be7..b883905a9e06760a79ea083a301ddaf6c64797cb 100644 (file)
--- a/src/njs.h
+++ b/src/njs.h
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "1.0.0"
-#define NJS_VERSION_NUMBER          0x010000
+#define NJS_VERSION                 "1.0.1"
+#define NJS_VERSION_NUMBER          0x010001
 
 
 #include <string.h>