We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b220dac commit 1475ad7Copy full SHA for 1475ad7
src/njsOracle.h
@@ -66,8 +66,9 @@ using namespace node;
66
using namespace v8;
67
68
69
-// Keep the version in sync with package.json
70
-// suffix should be something like "-dev" or "-beta.1"
+// Keep the version in sync with package.json.
+// The suffix should be something like "-dev" or "-beta.1".
71
+// For production, leave NJS_NODE_ORACLEDB_SUFFIX undefined (not "")
72
#define NJS_NODE_ORACLEDB_MAJOR 2
73
#define NJS_NODE_ORACLEDB_MINOR 1
74
#define NJS_NODE_ORACLEDB_PATCH 0
0 commit comments