From 8511f767684f9ed83f7b0aa8f8852573e7e2e54e Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 9 Dec 2019 16:40:55 +0300 Subject: [PATCH] Bump version to 0.3 --- src/wcx_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wcx_version.h b/src/wcx_version.h index 4eb1a99..ae18564 100644 --- a/src/wcx_version.h +++ b/src/wcx_version.h @@ -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