Skip to content

Commit

Permalink
bump version to 0.18.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Oct 10, 2016
1 parent 06f00a5 commit ac8ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nw_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#else
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
NW_STRINGIFY(NW_MINOR_VERSION) "." \
NW_STRINGIFY(NW_PATCH_VERSION) "-rc1"
NW_STRINGIFY(NW_PATCH_VERSION) "-rc2"
#endif

#define NW_VERSION "v" NW_VERSION_STRING
Expand Down

0 comments on commit ac8ec2d

Please sign in to comment.