diff --git a/CMakeLists.txt b/CMakeLists.txt index 54732e6d..6846010b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ PROJECT( LCFIPlus ) # project version SET( ${PROJECT_NAME}_VERSION_MAJOR 0 ) SET( ${PROJECT_NAME}_VERSION_MINOR 6 ) -SET( ${PROJECT_NAME}_VERSION_PATCH 5 ) +SET( ${PROJECT_NAME}_VERSION_PATCH 6 ) diff --git a/README.md b/README.md index e7880227..33426f5c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Documentation - Some documentation is available at https://confluence.slac.stanford.edu/display/ilc/LCFIPlus + ------------ +| v00-06-06 | + ----------- +* 2017-07-02 Andre Sailer ([PR#24](https://github.com/lcfiplus/LCFIPlus/pull/24)) + - Processor parameters are now a shared_ptr + -------------- | v00-06-05 | --------------