Bump versions for node-oracledb 1.6.0

This commit is contained in:
Christopher Jones 2016-01-25 22:01:31 +11:00
parent c7ca699f0a
commit b5ee82f136
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Change Log
## node-oracledb v1.6.0 (DD Mon YYYY)
## node-oracledb v1.5.0 (21 Dec 2015)
- Treat Oracle Database 'Success With Info' warnings as success.

View File

@ -1,4 +1,4 @@
# node-oracledb version 1.5
# node-oracledb version 1.6
## <a name="about"></a> 1. About node-oracledb

View File

@ -1,4 +1,4 @@
# node-oracledb 1.5: Documentation for the Oracle Database Node.js Add-on
# node-oracledb 1.6: Documentation for the Oracle Database Node.js Add-on
*Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*

View File

@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "1.5.0",
"version": "1.6.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/",

View File

@ -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 5
#define NJS_NODE_ORACLEDB_MINOR 6
#define NJS_NODE_ORACLEDB_PATCH 0
/* Used for Oracledb.version */