Skip to content

Commit 1475ad7

Browse files
committed
Explicitly document the version suffix value for production releases
1 parent b220dac commit 1475ad7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/njsOracle.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ using namespace node;
6666
using namespace v8;
6767

6868

69-
// Keep the version in sync with package.json
70-
// suffix should be something like "-dev" or "-beta.1"
69+
// Keep the version in sync with package.json.
70+
// The suffix should be something like "-dev" or "-beta.1".
71+
// For production, leave NJS_NODE_ORACLEDB_SUFFIX undefined (not "")
7172
#define NJS_NODE_ORACLEDB_MAJOR 2
7273
#define NJS_NODE_ORACLEDB_MINOR 1
7374
#define NJS_NODE_ORACLEDB_PATCH 0

0 commit comments

Comments
 (0)