diff options
author | Thomas White <taw@physics.org> | 2018-05-28 09:54:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-28 09:56:18 +0200 |
commit | 1d6d33fa8b48cdad26be44465477ec0c56f02741 (patch) | |
tree | 4d8a656e3354bdcb1381b44a7b72396cead963ea /CMakeLists.txt | |
parent | 4f287d601577ee94cf1698ed61e47069b21a9aaf (diff) |
Update version number in CMakeLlists.txt
Whoops.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f1dba72..706c23b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.6) -project(crystfel VERSION 0.6.3 LANGUAGES C) +project(crystfel VERSION 0.7.0 LANGUAGES C) include(GNUInstallDirs) |