Skip to content

Commit a23afc2

Browse files
committed
bump version to 0.5.0
1 parent 462288e commit a23afc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nw_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define NW_MAJOR_VERSION 0
2525
#define NW_MINOR_VERSION 5
2626
#define NW_PATCH_VERSION 0
27-
#define NW_VERSION_IS_RELEASE 0
27+
#define NW_VERSION_IS_RELEASE 1
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) "-rc"
41+
NW_STRINGIFY(NW_PATCH_VERSION) "-pre"
4242
#endif
4343

4444
#define NW_VERSION "v" NW_VERSION_STRING

0 commit comments

Comments
 (0)