From d3b340283aa3399e6475f0d403cfd95d03322bd4 Mon Sep 17 00:00:00 2001 From: Chris Rorden Date: Sat, 23 Sep 2017 11:31:09 -0400 Subject: [PATCH] Increment version for new release --- README.md | 4 +++- console/nii_dicom.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e968869..3411e16a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ This software should run on macOS, Linux and Windows without requiring any other ## Versions -21-Aug-2017 +23-Sept-2017 - Swap [phase-encoding direction polarity](https://github.com/rordenlab/dcm2niix/issues/125) for Siemens images where PE is in the Column direction. - Sort diffusion volumes by [B-value amplitude](https://www.nitrc.org/forum/forum.php?thread_id=8396&forum_id=4703) (use "-d n"/"-d y" to turn the feature off/on). + - BIDS tag [TotalReadoutTime](https://github.com/rordenlab/dcm2niix/issues/130) handles partial fourier, Phase Resolution, etc (Michael Harms). + - Additional [json fields](https://github.com/rordenlab/dcm2niix/issues/127). 18-Aug-2017 - Better BVec extraction for [PAR/REC 4.1](https://www.nitrc.org/forum/forum.php?thread_id=8387&forum_id=4703). diff --git a/console/nii_dicom.h b/console/nii_dicom.h index 19d34853..f1f9e5c2 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.20170821" kDCMsuf kCCsuf +#define kDCMvers "v1.0.20170923" 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