Skip to content

Commit 6455186

Browse files
committed
Remove -dev suffix from version
1 parent 0dae829 commit 6455186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/njsOracle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ using namespace v8;
7272
#define NJS_NODE_ORACLEDB_MAJOR 3
7373
#define NJS_NODE_ORACLEDB_MINOR 1
7474
#define NJS_NODE_ORACLEDB_PATCH 2
75-
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
75+
#define NJS_NODE_ORACLEDB_SUFFIX
7676

7777
// define stringified version and driver name
7878
#define NJS_STR_HELPER(x) #x

0 commit comments

Comments
 (0)