We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b291cb commit 132833fCopy full SHA for 132833f
src/nw_version.h
@@ -22,10 +22,10 @@
22
#define NW_VERSION_H
23
24
#define NW_MAJOR_VERSION 0
25
-#define NW_MINOR_VERSION 51
26
-#define NW_PATCH_VERSION 3
+#define NW_MINOR_VERSION 52
+#define NW_PATCH_VERSION 0
27
28
-#define NW_VERSION_IS_RELEASE 1
+#define NW_VERSION_IS_RELEASE 0
29
30
#ifndef NW_STRINGIFY
31
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)
@@ -39,7 +39,7 @@
39
#else
40
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
41
NW_STRINGIFY(NW_MINOR_VERSION) "." \
42
- NW_STRINGIFY(NW_PATCH_VERSION) "-beta1"
+ NW_STRINGIFY(NW_PATCH_VERSION) "-alpha"
43
#endif
44
45
#define NW_VERSION "v" NW_VERSION_STRING
0 commit comments