From c82061aeff0e96bd62a86f370a6364e3d2e50637 Mon Sep 17 00:00:00 2001 From: clsid2 <4704996+clsid2@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:27:42 +0100 Subject: [PATCH] 2.1.4 --- include/version.h | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/version.h b/include/version.h index 08ea32052f0..531cf1a1fa0 100644 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,6 @@ #ifndef ISPP_INVOKED /* - * (C) 2010-2023 see Authors.txt + * (C) 2010-2024 see Authors.txt * * This file is part of MPC-HC. * @@ -48,7 +48,7 @@ #define MPC_VERSION_MAJOR 2 #define MPC_VERSION_MINOR 1 -#define MPC_VERSION_PATCH 3 +#define MPC_VERSION_PATCH 4 #if MPC_VERSION_REV > 0 #define MPC_NIGHTLY_RELEASE 1 diff --git a/version.txt b/version.txt index df2f3e862d6..4ada995aa9a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.3.0 \ No newline at end of file +2.1.4.0 \ No newline at end of file