Skip to content

Commit a244392

Browse files
committed
bump version: 0.54.0-alpha
1 parent 41ae5fe commit a244392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nw_version.h

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

2424
#define NW_MAJOR_VERSION 0
25-
#define NW_MINOR_VERSION 53
26-
#define NW_PATCH_VERSION 2
25+
#define NW_MINOR_VERSION 54
26+
#define NW_PATCH_VERSION 0
2727

28-
#define NW_VERSION_IS_RELEASE 1
28+
#define NW_VERSION_IS_RELEASE 0
2929

3030
#ifndef NW_STRINGIFY
3131
#define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)