Skip to content

Commit

Permalink
release: nodejs-mobile 18.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Oct 13, 2023
1 parent 9330f6d commit ea92c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/node_mobile_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "node_version.h"

#define NODE_MOBILE_MAJOR_VERSION 16
#define NODE_MOBILE_MAJOR_VERSION 18
#define NODE_MOBILE_MINOR_VERSION 17
#define NODE_MOBILE_PATCH_VERSION 1

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Hydrogen"

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit ea92c2e

Please sign in to comment.