Skip to content

Commit 150b975

Browse files
committed
Bump versions in preparation for 1.7
1 parent cb8dd04 commit 150b975

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## node-oracledb v1.7.0 (DD Mon YYYY)
4+
35
## node-oracledb v1.6.0 (30 Jan 2016)
46

57
- Added support for binding PL/SQL Collection Associative Array

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.6
1+
# node-oracledb version 1.7
22

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

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb 1.6: Documentation for the Oracle Database Node.js Add-on
1+
# node-oracledb 1.7: Documentation for the Oracle Database Node.js Add-on
22

33
*Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*
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.6.0",
3+
"version": "1.7.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
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. */
22

33
/******************************************************************************
44
*
@@ -69,7 +69,7 @@ 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 6
72+
#define NJS_NODE_ORACLEDB_MINOR 7
7373
#define NJS_NODE_ORACLEDB_PATCH 0
7474

7575
/* Used for Oracledb.version */

0 commit comments

Comments
 (0)