changeset 2597:f8569e2c7405

Version bump.
author Dmitry Volyntsev <xeioex@nginx.com>
date Fri, 11 Jul 2025 18:26:19 -0700
parents 099544ed0c4a
children 86f5411c2c96
files src/njs.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/njs.h	Wed Jul 09 14:34:05 2025 -0700
+++ b/src/njs.h	Fri Jul 11 18:26:19 2025 -0700
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.9.1"
-#define NJS_VERSION_NUMBER          0x000901
+#define NJS_VERSION                 "0.9.2"
+#define NJS_VERSION_NUMBER          0x000902
 
 
 #include <string.h>