Skip to content

Commit

Permalink
Bump version to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Jan 6, 2020
1 parent b3e0593 commit 6a7a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcp_version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define WCP_VER_MAJOR 0
#define WCP_VER_MINOR 5
#define WCP_VER_MINOR 6

#define WCP_VER_GET_STR(num) WCP_VER_GET_STR2(num)
#define WCP_VER_GET_STR2(num) #num
Expand Down

0 comments on commit 6a7a37b

Please sign in to comment.