Skip to content

Commit

Permalink
NITRO-2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JDanielSmith committed Aug 30, 2022
1 parent 5e724e7 commit 904aeb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions externals/nitro/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NITRO (NITF i/o) Release Notes

## [Version 2.11.0](https://github.com/mdaus/nitro/releases/tag/NITRO-2.11.0); August 30, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) release [2022-08-30_cpp14](https://github.com/mdaus/coda-oss/releases/tag/2022-08-30_cpp14)
* Cut from [main](https://github.com/mdaus/nitro/tree/main); identical to [Version 2.10.12](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.12)
except that C++14 is now required. [master](https://github.com/mdaus/nitro/tree/master) remains at C++11.

## [Version 2.10.12](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.12); August 30, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) release [2022-08-30](https://github.com/mdaus/coda-oss/releases/tag/2022-08-30)
* Build JPEG decompression as a plug-in.
Expand Down
5 changes: 3 additions & 2 deletions externals/nitro/modules/c++/nitf/include/nitf/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@
#include "config/Version.h"
#include "nitf/Version.h"

// 2.11.0 August 30, 2022 (C++14)
// 2.10.12 August 30, 2022
// 2.10.11 August 2, 2022
// 2.10.10 June 29, 2022
// 2.10.9 May 3, 2022
// 2.10.8 February 22, 2022
// 2.10.7 December 13, 2021
#define NITF_VERSION_MAJOR 2
#define NITF_VERSION_MINOR 10
#define NITF_VERSION_PATCH 12
#define NITF_VERSION_MINOR 11
#define NITF_VERSION_PATCH 0
#define NITF_VERSION_BUILD 0
#define NITF_VERSION CODA_OSS_MAKE_VERSION_MMPB(NITF_VERSION_MAJOR, NITF_VERSION_MINOR, NITF_VERSION_PATCH, NITF_VERSION_BUILD)

Expand Down
2 changes: 1 addition & 1 deletion externals/nitro/modules/c/nrt/include/nrt/Version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#if !defined(NRT_LIB_VERSION)
#define NRT_LIB_VERSION "2.10.12"
#define NRT_LIB_VERSION "2.11.0"
#endif

0 comments on commit 904aeb8

Please sign in to comment.