Skip to content

Commit e832f2c

Browse files
committed
Fix version merge issue
1 parent 7750596 commit e832f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/njsOracle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ using namespace v8;
7070
// The suffix should be something like "-dev" or "-beta.1".
7171
// For production, leave NJS_NODE_ORACLEDB_SUFFIX undefined (not "")
7272
#define NJS_NODE_ORACLEDB_MAJOR 2
73-
#define NJS_NODE_ORACLEDB_MINOR 1
74-
#define NJS_NODE_ORACLEDB_PATCH 2
73+
#define NJS_NODE_ORACLEDB_MINOR 2
74+
#define NJS_NODE_ORACLEDB_PATCH 0
7575
#define NJS_NODE_ORACLEDB_SUFFIX
7676

7777
// define stringified version and driver name

0 commit comments

Comments
 (0)