changeset 2621:80c6090a64d4

Version bump.
author Dmitry Volyntsev <xeioex@nginx.com>
date Mon, 29 Sep 2025 22:43:11 -0700
parents 9d75fbbbfc6d
children a708e9f87973
files src/njs.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/njs.h	Thu Oct 02 14:41:16 2025 -0700
+++ b/src/njs.h	Mon Sep 29 22:43:11 2025 -0700
@@ -11,8 +11,8 @@
 
 #include <njs_auto_config.h>
 
-#define NJS_VERSION                 "0.9.2"
-#define NJS_VERSION_NUMBER          0x000902
+#define NJS_VERSION                 "0.9.3"
+#define NJS_VERSION_NUMBER          0x000903
 
 
 #include <string.h>