Update version to v2.3.4 (#177)

This commit is contained in:
Victor Derks 2022-02-12 16:37:23 +01:00 committed by GitHub
parent 18cd6ab07d
commit 662d4f2a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,12 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [2.3.4] - 2021-2-12
### Changed
- Replaced legacy test images
## [2.3.3] - 2021-2-5
### Fixed

View File

@ -4,7 +4,8 @@
| Version | Supported |
| ------- | ------------------ |
| 2.3.3 | :white_check_mark: |
| 2.3.4 | :white_check_mark: |
| 2.3.3 | :x: |
| 2.3.2 | :x: |
| 2.3.1 | :x: |
| 2.3.0 | :x: |

View File

@ -16,7 +16,7 @@ extern "C" {
#define CHARLS_VERSION_MAJOR 2
#define CHARLS_VERSION_MINOR 3
#define CHARLS_VERSION_PATCH 3
#define CHARLS_VERSION_PATCH 4
/// <summary>
/// Returns the version of CharLS in the semver format "major.minor.patch" or "major.minor.patch-pre_release"