We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462288e commit a23afc2Copy full SHA for a23afc2
1 file changed
src/nw_version.h
@@ -24,7 +24,7 @@
24
#define NW_MAJOR_VERSION 0
25
#define NW_MINOR_VERSION 5
26
#define NW_PATCH_VERSION 0
27
-#define NW_VERSION_IS_RELEASE 0
+#define NW_VERSION_IS_RELEASE 1
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) "-rc"
+ NW_STRINGIFY(NW_PATCH_VERSION) "-pre"
42
#endif
43
44
#define NW_VERSION "v" NW_VERSION_STRING
0 commit comments