Skip to content

Commit

Permalink
Update version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Dec 9, 2020
1 parent b00437d commit 04f2ba0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing node-oracledb Version 5.1-dev
# Installing node-oracledb Version 5.1

*Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.*

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# node-oracledb version 5.1-dev

**This release is under development and information may be incomplete**
# node-oracledb version 5.1

The node-oracledb add-on for Node.js powers high performance Oracle
Database applications.

Use node-oracledb 5.1-dev to connect Node.js 10.16, 12, 14, or later, to Oracle Database.
Use node-oracledb 5.1 to connect Node.js 10.16, 12, 14, or later, to Oracle Database.
Older versions of node-oracledb may work with older versions of Node.js.

Node-oracledb supports basic and advanced features of Oracle Database
Expand Down
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-oracledb 5.1-dev Documentation for the Oracle Database Node.js Add-on
# node-oracledb 5.1 Documentation for the Oracle Database Node.js Add-on

*Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "5.1.0-dev",
"version": "5.1.0",
"description": "A Node.js module for Oracle Database access",
"license": "Apache-2.0",
"homepage": "http://oracle.github.io/node-oracledb/",
Expand Down
2 changes: 1 addition & 1 deletion src/njsModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define NJS_NODE_ORACLEDB_MAJOR 5
#define NJS_NODE_ORACLEDB_MINOR 1
#define NJS_NODE_ORACLEDB_PATCH 0
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
#define NJS_NODE_ORACLEDB_SUFFIX ""

// define stringified version and driver name
#define NJS_STR_HELPER(x) #x
Expand Down

0 comments on commit 04f2ba0

Please sign in to comment.