diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcf20e47717bc540207a2f6ec735ccf048a006ac..e9f0c6b14eeec0ef4a60ae98603d3d5ae4064659 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,3 +4,7 @@
 cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR)
 
 project(PROMOD2)
+
+set (PROMOD2_VERSION_MAJOR 0)
+set (PROMOD2_VERSION_MINOR 0)
+
diff --git a/directions b/directions
index 941d69c096aec0fa0bca441ee56ad8f8bc5c48ca..3575e38b305cdc5fcec4d982ca52c5d55980c288 100644
--- a/directions
+++ b/directions
@@ -16,3 +16,6 @@
 1. Raw model
 2. Side-chains
 3. Loops
+
+CMake
+- what is cmake_support for in QMean?