Skip to content

Commit

Permalink
Update version to v2.3.4 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaderks authored Feb 12, 2022
1 parent 18cd6ab commit 662d4f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion include/charls/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 662d4f2

Please sign in to comment.