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 7750596 commit e832f2cCopy full SHA for e832f2c
src/njsOracle.h
@@ -70,8 +70,8 @@ using namespace v8;
70
// 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 2
+#define NJS_NODE_ORACLEDB_MINOR 2
+#define NJS_NODE_ORACLEDB_PATCH 0
75
#define NJS_NODE_ORACLEDB_SUFFIX
76
77
// define stringified version and driver name
0 commit comments