diff options
author | Thomas White <taw@physics.org> | 2020-06-22 11:59:42 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-06-22 11:59:42 +0200 |
commit | 0e48c77bb04daf4c5dc5d71a74262404edfc049e (patch) | |
tree | 2c169747800e9cb931847d827c5c7dbffb532f04 /CMakeLists.txt | |
parent | 5ae3043d0d2e0b3c88064314220079e1be104421 (diff) |
This is CrystFEL 0.9.10.9.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b21e094..d51d5dc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.6) -set(CRYSTFEL_SHORT_VERSION 0.9.0) +set(CRYSTFEL_SHORT_VERSION 0.9.1) set(CRYSTFEL_VERSION ${CRYSTFEL_SHORT_VERSION}) -set(CRYSTFEL_API_VERSION 12) +set(CRYSTFEL_API_VERSION 13) project(crystfel VERSION ${CRYSTFEL_VERSION} LANGUAGES C) cmake_policy(SET CMP0074 NEW) |