We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f4bd0 commit 59619e0Copy full SHA for 59619e0
src/nw_version.h
@@ -22,9 +22,9 @@
22
#define NW_VERSION_H
23
24
#define NW_MAJOR_VERSION 0
25
-#define NW_MINOR_VERSION 5
26
-#define NW_PATCH_VERSION 1
27
-#define NW_VERSION_IS_RELEASE 1
+#define NW_MINOR_VERSION 6
+#define NW_PATCH_VERSION 0
+#define NW_VERSION_IS_RELEASE 0
28
29
#ifndef NW_STRINGIFY
30
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
@@ -38,7 +38,7 @@
38
#else
39
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
40
NW_STRINGIFY(NW_MINOR_VERSION) "." \
41
- NW_STRINGIFY(NW_PATCH_VERSION) "-pre"
+ NW_STRINGIFY(NW_PATCH_VERSION) "-rc1"
42
#endif
43
44
#define NW_VERSION "v" NW_VERSION_STRING
0 commit comments