diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25f7ed369..0596c643c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ endif()
project(emulationstation-de)
# Application version, update this when making a new release.
-set(ES_VERSION 2.1.2)
+set(ES_VERSION 2.2.0-alpha)
# Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.)
set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE)
diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist
index 296a76f60..d65ac77b0 100644
--- a/es-app/assets/EmulationStation-DE_Info.plist
+++ b/es-app/assets/EmulationStation-DE_Info.plist
@@ -11,7 +11,7 @@
CFBundleExecutable
EmulationStation
CFBundleGetInfoString
- EmulationStation Desktop Edition 2.1.2
+ EmulationStation Desktop Edition 2.2.0
CFBundleIconFile
EmulationStation-DE.icns
CFBundleName
@@ -21,9 +21,9 @@
CFBundleSignature
ESDE
CFBundleShortVersionString
- 2.1.2
+ 2.2.0-alpha
CFBundleVersion
- 2.1.2
+ 2.2.0-alpha
CFBundleInfoDictionaryVersion
6.0
LSApplicationCategoryType
diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt
index 6c94f5923..e18c554bb 100644
--- a/es-app/assets/Windows_Portable_README.txt
+++ b/es-app/assets/Windows_Portable_README.txt
@@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows
---------------------------------------------------------------------------
ES-DE release:
-2.1.2
+2.2.0-alpha
Instructions:
diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz
index 4920330dd..13b65c464 100644
Binary files a/es-app/assets/emulationstation.6.gz and b/es-app/assets/emulationstation.6.gz differ
diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h
index abe38abb3..fa2136075 100644
--- a/es-app/src/EmulationStation.h
+++ b/es-app/src/EmulationStation.h
@@ -12,15 +12,15 @@
// Do this version number update as the very last commit for the new release version.
// clang-format off
#define PROGRAM_VERSION_MAJOR 2
-#define PROGRAM_VERSION_MINOR 1
-#define PROGRAM_VERSION_MAINTENANCE 2
+#define PROGRAM_VERSION_MINOR 2
+#define PROGRAM_VERSION_MAINTENANCE 0
#define PROGRAM_RELEASE_NUMBER 37
// clang-format on
-#define PROGRAM_VERSION_STRING "2.1.2"
+#define PROGRAM_VERSION_STRING "2.2.0-alpha"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
-#define RESOURCE_VERSION_STRING "2,1,2\0"
+#define RESOURCE_VERSION_STRING "2,2,0\0"
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR, PROGRAM_VERSION_MINOR, PROGRAM_VERSION_MAINTENANCE
#endif // ES_APP_EMULATION_STATION_H