Skip to content

Commit 59619e0

Browse files
committed
bump to version 0.6.0-rc1
1 parent d0f4bd0 commit 59619e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/nw_version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#define NW_VERSION_H
2323

2424
#define NW_MAJOR_VERSION 0
25-
#define NW_MINOR_VERSION 5
26-
#define NW_PATCH_VERSION 1
27-
#define NW_VERSION_IS_RELEASE 1
25+
#define NW_MINOR_VERSION 6
26+
#define NW_PATCH_VERSION 0
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)