diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8e65d872e26e307cd1e57c4f834cefccc580981..8dce0c9049d2d0d8aeac036107a49cb9c169fa30 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,11 +37,7 @@
 
 cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
 project( CALAMARES
-<<<<<<< HEAD
-    VERSION 3.2.7.1
-=======
     VERSION 3.2.9
->>>>>>> development
     LANGUAGES C CXX )
 
 set( CALAMARES_VERSION_RC 0 )  # Set to 0 during release cycle, 1 during development