Skip to content

Commit

Permalink
Merge branch 'release/1.3.0' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
smmckeehan committed May 22, 2024
2 parents 05bced9 + 37ce046 commit 464e52f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.3.0] - 2024-05-22

### Fixed

* Fixed a re-route issue related to the API command for updating a link up/down and link state

### Changed

* Added support for multimedia streaming over HDTN
* Added Beta Web User Interface which currently includes a tool for generating HDTN configuration files via a web form

## [1.2.1] - 2024-04-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion common/include/HdtnVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// HDTN_VERSION / 100000 is the major version
// 00.000.00 where MAJOR_MINOR_PATCH

#define HDTN_VERSION 100201
#define HDTN_VERSION 100300

#define HDTN_VERSION_PATCH (HDTN_VERSION % 100)
#define HDTN_VERSION_MINOR ((HDTN_VERSION / 100) % 1000)
Expand Down

0 comments on commit 464e52f

Please sign in to comment.