Skip to content

Commit

Permalink
Version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Jul 5, 2020
1 parent d691be8 commit 07c8e55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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 (dumpvdl2 C)

set (DUMPVDL2_VERSION_MAJOR 1)
set (DUMPVDL2_VERSION_MINOR 10)
set (DUMPVDL2_VERSION_PATCH 0)
set (DUMPVDL2_VERSION_PATCH 1)
set (DUMPVDL2_VERSION "${DUMPVDL2_VERSION_MAJOR}.${DUMPVDL2_VERSION_MINOR}.${DUMPVDL2_VERSION_PATCH}")
set (CMAKE_C_STANDARD 11)
set (C_STANDARD_REQUIRED ON)
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 @@

dumpvdl2 is a VDL Mode 2 message decoder and protocol analyzer.

Current stable version: 1.10.0 (released July 05, 2020)
Current stable version: 1.10.1 (released July 05, 2020)

## Features

Expand Down
4 changes: 3 additions & 1 deletion doc/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NEWS

## Version 1.10.0 (2020-07-05):
## Version 1.10.1 (2020-07-05):
* Added support for SDRPlay API version 3 which is required for new devices
(notably RSPdx). API version 2 is still supported, however it will probably
be removed in a future release. It is possible to have both versions
Expand All @@ -13,6 +13,8 @@
still have exactly the same timestamp value, regardless of whether
millisecond precision has been enabled or not.

## Version 1.10.0 (not released)

## Version 1.9.0 (2020-02-13):
* Added decoder for ISO 8650 / X.227 Association Control Service (ACSE).
* Improved decoder for ISO 8327 / X.225 Session Protocol.
Expand Down

0 comments on commit 07c8e55

Please sign in to comment.