From 9cce62c5b4e64fe41c1423a3d3369aa92b819691 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 12 Sep 2013 16:31:19 +0200 Subject: [PATCH] Swapping to develop branch --- CMakeLists.txt | 4 ++++ directions | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf20e47..e9f0c6b1 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 941d69c0..3575e38b 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? -- GitLab