Bump version to 1.4.0

This commit is contained in:
Christopher Jones 2015-11-15 08:22:59 +11:00
parent 81e60db273
commit 2fdc56a097
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Change Log
## node-oracledb v1.4.0 (DD Mon YYYY)
## node-oracledb v1.3.0 (15 Oct 2015)
- Added a `oracledb.oracleClientVersion` property giving the version of the Oracle

View File

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

View File

@ -1,4 +1,4 @@
# node-oracledb 1.3: Documentation for the Oracle Database Node.js Add-on
# node-oracledb 1.4: 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.3.0",
"version": "1.4.0",
"description": "Oracle Database driver by Oracle Corp.",
"license": "Apache-2.0",
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",

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