From dea691be539de15073b1687b22df0bb99246aa92 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Fri, 4 Oct 2024 14:27:31 -0600 Subject: [PATCH] Working on v5.3.5 Iron --- src/node_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node_version.h b/src/node_version.h index f2fe5d092f..1e18ebce35 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -34,9 +34,9 @@ #define NSOLID_MAJOR_VERSION 5 #define NSOLID_MINOR_VERSION 3 -#define NSOLID_PATCH_VERSION 4 +#define NSOLID_PATCH_VERSION 5 -#define NSOLID_VERSION_IS_RELEASE 1 +#define NSOLID_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)