Skip to content

Commit

Permalink
NITRO 2.10.13 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Daniel Smith authored Mar 13, 2023
1 parent f0cc26b commit 342f552
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# NITRO (NITF i/o) Release Notes

## [Version 2.10.13](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.13); March 13, 2023
* [coda-oss](https://github.com/mdaus/coda-oss) release [2022-03-10](https://github.com/mdaus/coda-oss/releases/tag/2023-03-10)
* Sanitize tar-file extraction; conan tweaks.
* Final 🤞🏻 C++11 release; future releases will be C++14 from [main](https://github.com/mdaus/nitro/tree/main).

## [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.
* tweak unittests so they run in SIX.
* Final C++11 release 🤞🏻; future releases will be C++14 from [main](https://github.com/mdaus/nitro/tree/main).
* ~~Final C++11 release 🤞🏻; future releases will be C++14 from [main](https://github.com/mdaus/nitro/tree/main).~~

## [Version 2.10.11](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.11); August 2, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) release [2022-08-02](https://github.com/mdaus/coda-oss/releases/tag/2022-08-02)
Expand Down
5 changes: 3 additions & 2 deletions 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.10.12 August 30, 2022
// 2.10.13 March 13, 2023
// 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_PATCH 13
#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 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.10.13"
#endif

0 comments on commit 342f552

Please sign in to comment.