diff --git a/include/version.h b/include/version.h index 4fadfc05884..49a56c06c98 100644 --- a/include/version.h +++ b/include/version.h @@ -47,7 +47,7 @@ #endif #define MPC_VERSION_MAJOR 2 -#define MPC_VERSION_MINOR 0 +#define MPC_VERSION_MINOR 1 #define MPC_VERSION_PATCH 0 #if MPC_VERSION_REV > 0 diff --git a/version.txt b/version.txt index 1f972697254..f10dc809bb2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0.0 \ No newline at end of file +2.1.0.0 \ No newline at end of file