Skip to content

Commit

Permalink
Bump version to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Jan 9, 2020
1 parent dc136e1 commit b9ef5a4
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 6
#define WCP_VER_MINOR 7

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

0 comments on commit b9ef5a4

Please sign in to comment.