Skip to content

Commit

Permalink
Bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Jul 17, 2016
1 parent ba6069f commit 96e64c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10.0",
"version": "1.10.1",
"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
2 changes: 1 addition & 1 deletion src/njs/src/njsOracle.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ using namespace v8;
/* Keep the version in sync with package.json */
#define NJS_NODE_ORACLEDB_MAJOR 1
#define NJS_NODE_ORACLEDB_MINOR 10
#define NJS_NODE_ORACLEDB_PATCH 0
#define NJS_NODE_ORACLEDB_PATCH 1

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

0 comments on commit 96e64c2

Please sign in to comment.