Skip to content

Commit a0327a5

Browse files
committed
Increment version
1 parent 30d732c commit a0327a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This software is open source. The bulk of the code is covered by the BSD license
1111

1212
## Versions
1313

14-
1-April-2017
14+
3-April-2017
1515
- Updated cmake to make JPEG2000 support easier with improved Travis and AppVeyor support [Ningfei Li](https://github.com/ningfei).
1616
- Supports Data/Time for images that report Data/Time (0008,002A) but not separate Date and Time (0008,0022 and 0008,0032).
1717
- [BIDS reports morning times correctly](http://www.nitrc.org/forum/message.php?msg_id=20852).

console/nii_dicom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
#define kCCsuf " CompilerNA" //unknown compiler!
3737
#endif
3838

39-
#define kDCMvers "v1.0.20170401" kDCMsuf kCCsuf
39+
#define kDCMvers "v1.0.20170403" kDCMsuf kCCsuf
4040

4141
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
4242
#define kDICOMStr 64

0 commit comments

Comments
 (0)