summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaelGSS <rafael.nunu@hotmail.com>2023-04-10 21:07:35 -0300
committerRafaelGSS <rafael.nunu@hotmail.com>2023-04-10 21:07:35 -0300
commitc95ceef303f974a0b3a104b6e83be0bf442f6a1d (patch)
tree0addd937841666305232ba41ef6bb11f98264a53
parent8085bcf88277cf2b474af008e1e150ce72af5b03 (diff)
downloadnode-new-v19.x.tar.gz
Working on v19.9.1v19.x
PR-URL: https://github.com/nodejs/node/pull/47441
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index a31c3c1a52..e60ab910fd 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 19
#define NODE_MINOR_VERSION 9
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)