diff options
author | Thomas White <taw@physics.org> | 2021-07-09 10:25:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-08-16 13:53:28 +0200 |
commit | df8fc79e9ed4ac07f02574459f89f8ed8a5f2986 (patch) | |
tree | 59c283c331c88189581622ce5a926abf02b6959d /CMakeLists.txt | |
parent | ff9dd35c1c1d8e89a9c93db4eae9fba79621eedd (diff) |
This is CrystFEL 0.10.00.10.0
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 87ddfc23..78bcce10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.6) -set(CRYSTFEL_SHORT_VERSION 0.9.1) +set(CRYSTFEL_SHORT_VERSION 0.10.0) set(CRYSTFEL_VERSION ${CRYSTFEL_SHORT_VERSION}) set(CRYSTFEL_API_VERSION 14) project(crystfel VERSION ${CRYSTFEL_VERSION} LANGUAGES C) |