changeset 2627:c15635f617e0

Version bump.
author Dmitry Volyntsev <xeioex@nginx.com>
date Wed, 08 Oct 2025 18:42:16 -0700
parents c2300eb88dcf
children 131276dd1294
files src/njs.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/njs.h	Mon Oct 06 09:13:36 2025 -0700
+++ b/src/njs.h	Wed Oct 08 18:42:16 2025 -0700
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.9.3"
-#define NJS_VERSION_NUMBER          0x000903
+#define NJS_VERSION                 "0.9.4"
+#define NJS_VERSION_NUMBER          0x000904
 
 
 #include <string.h>