diff --git a/CMakeLists.txt b/CMakeLists.txt
index 321989ac0358a71814a4c1e783af6db845377adb..4ea887eae97a9be2a5d0b75a589fc2edc0e386b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,10 +40,10 @@
 
 cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
 project( CALAMARES
-    VERSION 3.2.13
+    VERSION 3.2.12.1
     LANGUAGES C CXX )
 
-set( CALAMARES_VERSION_RC 1 )  # Set to 0 during release cycle, 1 during development
+set( CALAMARES_VERSION_RC 0 )  # Set to 0 during release cycle, 1 during development
 
 ### OPTIONS
 #