Skip to content

Commit

Permalink
Merge pull request #50 from UCL/v2.0.1
Browse files Browse the repository at this point in the history
set to version 2.0.1
  • Loading branch information
KrisThielemans authored Oct 24, 2020
2 parents 53a2269 + 1574239 commit 537202f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

## v2.0.1
* fix reading of Siemens data

## v2.0.0
* add capability to extract GE PET raw data. Just use `nm_extract`
* `nm_extract` write to input path by default
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})

# Set package information
set(PACKAGE_NAME "petrdtools")
set(PACKAGE_VERSION "2.0.0")
set(PACKAGE_VERSION "2.0.1")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
set(PACKAGE_LIBNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
Expand Down

0 comments on commit 537202f

Please sign in to comment.