diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 43d4098..76cb0c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ project(qmenumodel) +set (PROJECT_VERSION "0.7.90") + cmake_minimum_required(VERSION 2.8.9) # Standard install paths |