From e49bb93ad41a3aec4e4eb6e223ab297f80e49de0 Mon Sep 17 00:00:00 2001 From: clsid2 <4704996+clsid2@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:08:13 +0200 Subject: [PATCH] 2.2.0 --- 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 d52145dcb23..058151d32dc 100644 --- a/include/version.h +++ b/include/version.h @@ -47,8 +47,8 @@ #endif #define MPC_VERSION_MAJOR 2 -#define MPC_VERSION_MINOR 1 -#define MPC_VERSION_PATCH 7 +#define MPC_VERSION_MINOR 2 +#define MPC_VERSION_PATCH 0 #if MPC_VERSION_REV > 0 #define MPC_NIGHTLY_RELEASE 1 diff --git a/version.txt b/version.txt index e847b5152e7..a83761576e6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.7.0 \ No newline at end of file +2.2.0.0 \ No newline at end of file