Skip to content

Commit

Permalink
merge branch extend-dicom
Browse files Browse the repository at this point in the history
git-svn-id: https://www.nitrc.org/svn/cmtk/trunk@5473 42a5c34f-2066-0410-bec5-ba365beb4995
  • Loading branch information
jimklo committed Feb 23, 2024
1 parent 99a9314 commit 654ed22
Show file tree
Hide file tree
Showing 24 changed files with 915 additions and 754 deletions.
8 changes: 8 additions & 0 deletions core/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release CMTK-3.4.0 (2023-09-08):

(r5471) Updated test snapshots to accomodate updated Siemens support.

(r5468) Added support for extracting values from:
* Siemens MOSAIC format
* Siemens CSA DICOM headers

Release CMTK-3.3.2 (2022-11-06):

(r5456) Merged 'ndar' branch:
Expand Down
4 changes: 2 additions & 2 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ SET(CMAKE_OVERRIDE_COMPILER_MISMATCH 1)

PROJECT(CMTK)
SET(CMTK_VERSION_MAJOR "3")
SET(CMTK_VERSION_MINOR "3")
SET(CMTK_VERSION_PATCH "2")
SET(CMTK_VERSION_MINOR "4")
SET(CMTK_VERSION_PATCH "0")

SET(CMTK_VERSION_STRING "${CMTK_VERSION_MAJOR}.${CMTK_VERSION_MINOR}.${CMTK_VERSION_PATCH}")

Expand Down
Loading

0 comments on commit 654ed22

Please sign in to comment.