mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Update version to v2.3.4 (#177)
This commit is contained in:
parent
18cd6ab07d
commit
662d4f2a02
@ -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
|
||||
|
@ -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: |
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user