Skip to content

Commit a8f666e

Browse files
committed
Now working on v0.3.3-pre
1 parent 4bb914b commit a8f666e

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
@@ -6,8 +6,8 @@
66

77
#define NODE_MAJOR_VERSION 0
88
#define NODE_MINOR_VERSION 3
9-
#define NODE_PATCH_VERSION 2
10-
#define NODE_VERSION_IS_RELEASE 1
9+
#define NODE_PATCH_VERSION 3
10+
#define NODE_VERSION_IS_RELEASE 0
1111

1212
#ifndef NODE_STRINGIFY
1313
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)