diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt
index b0188b99e..fc784f378 100644
--- a/es-app/CMakeLists.txt
+++ b/es-app/CMakeLists.txt
@@ -285,7 +285,7 @@ endif()
 set(CPACK_PACKAGE_VENDOR "Leon Styhre")
 
 # Update this when there has been a new release.
-set(CPACK_PACKAGE_VERSION "1.2.0-beta3-dev")
+set(CPACK_PACKAGE_VERSION "1.2.0-beta3")
 
 # Use the shorter x64 descriptor if on the x86_64/AMD64 architecture.
 if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL AMD64)
diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist
index b61d9aaca..cc0a9af65 100644
--- a/es-app/assets/EmulationStation-DE_Info.plist
+++ b/es-app/assets/EmulationStation-DE_Info.plist
@@ -19,7 +19,7 @@
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleVersion</key>
-    <string>1.2.0-beta3-dev</string>
+    <string>1.2.0-beta3</string>
     <key>LSMinimumSystemVersion</key>
     <string>10.14.0</string>
     <key>LSUIPresentationMode</key>
diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz
index 3ab335f59..4cf5b3e69 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 465b29415..12668c7ad 100644
--- a/es-app/src/EmulationStation.h
+++ b/es-app/src/EmulationStation.h
@@ -15,7 +15,7 @@
 #define PROGRAM_VERSION_MINOR        2
 #define PROGRAM_VERSION_MAINTENANCE  0
 // clang-format on
-#define PROGRAM_VERSION_STRING "1.2.0-beta3-dev"
+#define PROGRAM_VERSION_STRING "1.2.0-beta3"
 
 #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__