Skip to content

Commit 30bd774

Browse files
committed
Now working on 0.9.6
1 parent 9ff2b0b commit 30bd774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/node_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424

2525
#define NODE_MAJOR_VERSION 0
2626
#define NODE_MINOR_VERSION 9
27-
#define NODE_PATCH_VERSION 5
27+
#define NODE_PATCH_VERSION 6
2828

2929
#ifndef NODE_TAG
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 1
33+
#define NODE_VERSION_IS_RELEASE 0
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)