Skip to content

Commit

Permalink
NITRO-2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith authored and Dan Smith committed Dec 14, 2022
1 parent 174d090 commit e17f48f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions externals/nitro/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NITRO (NITF i/o) Release Notes

## [Version 2.11.2](https://github.com/mdaus/nitro/releases/tag/NITRO-2.11.2); December 14, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) release [2022-12-14](https://github.com/mdaus/coda-oss/releases/tag/2022-12-14)
* Further work at getting unittests to work better when included elsewhere (e.g., SIX) as **externals**.

## [Version 2.11.1](https://github.com/mdaus/nitro/releases/tag/NITRO-2.11.1); November 4, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) release [2022-11-04](https://github.com/mdaus/coda-oss/releases/tag/2022-11-04)
* fixed incorrect field sizes in the CSEXRB TRE.
Expand Down
17 changes: 9 additions & 8 deletions externals/nitro/modules/c++/nitf/include/nitf/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@
#include "config/Version.h"
#include "nitf/Version.h"

// 2.11.1 November 4, 2022
// 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
// 2.10.8 February 22, 2022
// 2.10.9 May 3, 2022
// 2.10.10 June 29, 2022
// 2.10.11 August 2, 2022
// 2.10.12 August 30, 2022
// 2.11.0 August 30, 2022 (C++14)
// 2.11.1 November 4, 2022
// 2.11.2 December 14, 2022
#define NITF_VERSION_MAJOR 2
#define NITF_VERSION_MINOR 11
#define NITF_VERSION_PATCH 1
#define NITF_VERSION_PATCH 2
#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.11.1"
#define NRT_LIB_VERSION "2.11.2"
#endif

0 comments on commit e17f48f

Please sign in to comment.