Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Dec 2, 2020
1 parent 0a2a733 commit 2e75575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## Version 2.1.2 (2020-12-02)

* Fixed a build failure when compiling without libxml2 support.

## Version 2.1.1 (2020-11-18)

* Media Advisory: fixed a bug where a message with 10 or more available link
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 1)
set (LA_VERSION_PATCH 2)
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.1** (released November 18, 2020)
Current stable version: **2.1.2** (released December 2, 2020)

## Supported message types

Expand Down

0 comments on commit 2e75575

Please sign in to comment.