Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Nov 1, 2016
1 parent 260b3ed commit 4fa0077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This software is open source. The bulk of the code is covered by the BSD license

## Versions

1-Nov-2016
- AppVeyor Support (Ningfei Li & Chris Filo Gorgolewski)
- Swap 3rd/4th dimensions for GE sequential multi-phase acquisitions (Niels Janssen)

10-Oct-2016
- Restores/improves building for the Windows operating system using MinGW.

Expand Down
6 changes: 3 additions & 3 deletions console/nii_dicom.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ extern "C" {
#endif

#ifdef myEnableJasper
#define kDCMvers "10oct2016j" //JASPER for JPEG2000
#define kDCMvers "1Nov2016j" //JASPER for JPEG2000
#else
#ifdef myDisableOpenJPEG
#define kDCMvers "10oct2016" //no decompressor
#define kDCMvers "1Nov2016" //no decompressor
#else
#define kDCMvers "10oct2016o" //OPENJPEG for JPEG2000
#define kDCMvers "1Nov2016o" //OPENJPEG for JPEG2000
#endif
#endif

Expand Down

0 comments on commit 4fa0077

Please sign in to comment.