Skip to content

Commit

Permalink
Bump version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed May 24, 2016
1 parent 4779f1e commit 6cd19e4
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.9.2",
"version": "1.9.3",
"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 9
#define NJS_NODE_ORACLEDB_PATCH 2
#define NJS_NODE_ORACLEDB_PATCH 3

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

0 comments on commit 6cd19e4

Please sign in to comment.