diff --git a/README.md b/README.md index 288ff320..43bf91f2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This software is open source. The bulk of the code is covered by the BSD license 23-June-2017 - [Ensure slice timing always encoded for Siemens EPI](https://github.com/neurolabusc/dcm_qa/issues/4#issuecomment-310707906) + - [Integrates validation](https://github.com/neurolabusc/dcm_qa) + - JSON fix (InstitutionName -> InstitutionAddress) 21-June-2017 - Read DICOM header in 1Mb segments rather than loading whole file : reduces ram usage and [faster for systems with slow io](https://github.com/rordenlab/dcm2niix/issues/104). diff --git a/console/nii_dicom.h b/console/nii_dicom.h index 8e671bb4..276ca4d7 100644 --- a/console/nii_dicom.h +++ b/console/nii_dicom.h @@ -38,7 +38,7 @@ extern "C" { #define kCCsuf " CompilerNA" //unknown compiler! #endif - #define kDCMvers "v1.0.20170623" kDCMsuf kCCsuf + #define kDCMvers "v1.0.20170624" kDCMsuf kCCsuf static const int kMaxEPI3D = 1024; //maximum number of EPI images in Siemens Mosaic static const int kMaxDTI4D = 4096; //maximum number of DTI directions for 4D (Philips) images, also maximum number of 3D slices for Philips 3D and 4D images