Skip to content

Commit c73c364

Browse files
committed
Bump version to 1.8.0
1 parent 5939edd commit c73c364

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb version 1.7.1
1+
# node-oracledb version 1.8.0
22

33
## <a name="about"></a> About node-oracledb
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Oracle Database driver by Oracle Corp.",
55
"license": "Apache-2.0",
66
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",

src/njs/src/njsOracle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ using namespace v8;
6969

7070
/* Keep the version in sync with package.json */
7171
#define NJS_NODE_ORACLEDB_MAJOR 1
72-
#define NJS_NODE_ORACLEDB_MINOR 7
73-
#define NJS_NODE_ORACLEDB_PATCH 1
72+
#define NJS_NODE_ORACLEDB_MINOR 8
73+
#define NJS_NODE_ORACLEDB_PATCH 0
7474

7575
/* Used for Oracledb.version */
7676
#define NJS_NODE_ORACLEDB_VERSION ( (NJS_NODE_ORACLEDB_MAJOR * 10000) + \

0 commit comments

Comments
 (0)