Skip to content

Commit

Permalink
Version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Mar 5, 2021
1 parent 533e921 commit 3ee9e54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## Version 2.1.3 (2021-03-05)

* Fixed incorrect calculation of reporting interval in ADS-C Periodic
Contract Requests. Reported by Roman Tordia.

## Version 2.1.2 (2020-12-02)

* Fixed a build failure when compiling without libxml2 support.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (libacars C)

set (LA_VERSION_MAJOR 2)
set (LA_VERSION_MINOR 1)
set (LA_VERSION_PATCH 2)
set (LA_VERSION_PATCH 3)
set (LA_VERSION "${LA_VERSION_MAJOR}.${LA_VERSION_MINOR}.${LA_VERSION_PATCH}")
set (LA_SUBDIR "${PROJECT_NAME}-${LA_VERSION_MAJOR}")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

libacars is a library for decoding ACARS message contents.

Current stable version: **2.1.2** (released December 2, 2020)
Current stable version: **2.1.3** (released March 5, 2021)

## Supported message types

Expand Down

0 comments on commit 3ee9e54

Please sign in to comment.