Skip to content

Commit f1d693f

Browse files
committed
Update version to 0.4.1 in version header
1 parent 47ad28e commit f1d693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
#define PLAYER_MAJOR 0
3030
#define PLAYER_MINOR 4
31-
#define PLAYER_PATCH 0
31+
#define PLAYER_PATCH 1
3232
#define PLAYER_ADDTL ""
3333
#define PLAYER_VERSION TO_STRING(PLAYER_MAJOR) "." TO_STRING(PLAYER_MINOR) "." TO_STRING(PLAYER_PATCH)
3434

0 commit comments

Comments
 (0)