From 5ef321d50bb6233229290f65c7645c14dbbabb72 Mon Sep 17 00:00:00 2001 From: clsid2 <4704996+clsid2@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:17:35 +0100 Subject: [PATCH] 2.1.5 --- include/version.h | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/version.h b/include/version.h index 531cf1a1fa0..fc89ea032a0 100644 --- a/include/version.h +++ b/include/version.h @@ -48,7 +48,7 @@ #define MPC_VERSION_MAJOR 2 #define MPC_VERSION_MINOR 1 -#define MPC_VERSION_PATCH 4 +#define MPC_VERSION_PATCH 5 #if MPC_VERSION_REV > 0 #define MPC_NIGHTLY_RELEASE 1 diff --git a/version.txt b/version.txt index 4ada995aa9a..fa408269a9f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.4.0 \ No newline at end of file +2.1.5.0 \ No newline at end of file