From ad86fccc5fc8aec7662597834ccfd60a6d8ad926 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Thu, 9 Mar 2017 08:54:46 -0500 Subject: [PATCH] Bump version to v0.4.1 --- src/Version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Version.h b/src/Version.h index ca59ae6..fe6d86e 100644 --- a/src/Version.h +++ b/src/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 0,4,0,0 -#define VERSION_LINEAR 400 -#define VERSION_LINEAR_TEXT TEXT("400") -#define VERSION_TEXT TEXT("0.4.0") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 0,4,1,0 +#define VERSION_LINEAR 410 +#define VERSION_LINEAR_TEXT TEXT("410") +#define VERSION_TEXT TEXT("0.4.1") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", ""