Skip to content

Commit

Permalink
Updating CHANGES, VERSION, and NEWS for 2.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Jan 28, 2023
1 parent 725324a commit 2b14324
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.4.2 | 2023-01-28 10:20:11 -0700

* Release 2.4.2.

2.4.1-3 | 2023-01-28 10:20:05 -0700

* Prevent Windows build running on every push (Tim Wojtulewicz, Corelight)
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Broker 2.4.2
============

- Minimize messaging in sim_clock::advance_time (Dominik Charousset, Corelight)

Broker 2.4.1
============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1-3
2.4.2
4 changes: 2 additions & 2 deletions include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ using type = unsigned;

constexpr type major = 2;
constexpr type minor = 4;
constexpr type patch = 1;
constexpr auto suffix = "-3";
constexpr type patch = 2;
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit 2b14324

Please sign in to comment.