CMake: bump version to 3.0.5
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12a7938..65cff5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 0)
-set(VERSION_PATCH 4)
+set(VERSION_PATCH 5)
 
 # to configure the options specify them in in the command line or change them in the cmake UI.
 # Don't edit the makefile!