Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Dec 9, 2019
1 parent 89b3e20 commit 8511f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcx_version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define WCX_VER_MAJOR 0
#define WCX_VER_MINOR 2
#define WCX_VER_MINOR 3

#define WCX_VER_GET_STR(num) WCX_VER_GET_STR2(num)
#define WCX_VER_GET_STR2(num) #num
Expand Down

0 comments on commit 8511f76

Please sign in to comment.