Skip to content

Commit

Permalink
Bump versions in preparation for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Feb 29, 2016
1 parent cb8dd04 commit 150b975
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## node-oracledb v1.7.0 (DD Mon YYYY)

## node-oracledb v1.6.0 (30 Jan 2016)

- Added support for binding PL/SQL Collection Associative Array
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-oracledb version 1.6
# node-oracledb version 1.7

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

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 1.6: Documentation for the Oracle Database Node.js Add-on
# node-oracledb 1.7: Documentation for the Oracle Database Node.js Add-on

*Copyright (c) 2015, 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": "1.6.0",
"version": "1.7.0",
"description": "Oracle Database driver by Oracle Corp.",
"license": "Apache-2.0",
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",
Expand Down
4 changes: 2 additions & 2 deletions src/njs/src/njsOracle.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. */
/* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. */

/******************************************************************************
*
Expand Down Expand Up @@ -69,7 +69,7 @@ using namespace v8;

/* Keep the version in sync with package.json */
#define NJS_NODE_ORACLEDB_MAJOR 1
#define NJS_NODE_ORACLEDB_MINOR 6
#define NJS_NODE_ORACLEDB_MINOR 7
#define NJS_NODE_ORACLEDB_PATCH 0

/* Used for Oracledb.version */
Expand Down

0 comments on commit 150b975

Please sign in to comment.