Skip to content

Commit 37cec06

Browse files
author
Cong Liu
committed
bump to 0.11.7-rc1
1 parent b6903a4 commit 37cec06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nw_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
#define NW_MAJOR_VERSION 0
2525
#define NW_MINOR_VERSION 11
26-
#define NW_PATCH_VERSION 6
27-
#define NW_VERSION_IS_RELEASE 1
26+
#define NW_PATCH_VERSION 7
27+
#define NW_VERSION_IS_RELEASE 0
2828

2929
#ifndef NW_STRINGIFY
3030
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
@@ -38,7 +38,7 @@
3838
#else
3939
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
4040
NW_STRINGIFY(NW_MINOR_VERSION) "." \
41-
NW_STRINGIFY(NW_PATCH_VERSION) "-pre"
41+
NW_STRINGIFY(NW_PATCH_VERSION) "-rc1"
4242
#endif
4343

4444
#define NW_VERSION "v" NW_VERSION_STRING

0 commit comments

Comments
 (0)