From 8e043cc985cf40b999e61f9646a2a7fabd008fcd Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Sat, 28 Jan 2023 09:54:10 -0700 Subject: [PATCH] Update CHANGES, VERSION, and NEWS for 2.3.7 release --- CHANGES | 6 ++++++ NEWS | 5 +++++ VERSION | 2 +- include/broker/version.hh | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ad483c32..089689e1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2.3.7 | 2023-01-28 09:54:10 -0700 + + * Update CHANGES, VERSION, and NEWS for 2.3.7 release (Tim Wojtulewicz, Corelight) + + * Minimize messaging in sim_clock::advance_time (Dominik Charousset, Corelight) + 2.3.6 | 2023-01-09 08:41:10 -0700 * Update CHANGES, VERSION, and NEWS for 2.3.6 release (Tim Wojtulewicz, Corelight) diff --git a/NEWS b/NEWS index 60e496e4..a494afd5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Broker 2.3.7 +============ + +- Minimize messaging in sim_clock::advance_time + Broker 2.3.6 ============ diff --git a/VERSION b/VERSION index e75da3e6..00355e29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.6 +2.3.7 diff --git a/include/broker/version.hh b/include/broker/version.hh index 922e6a67..4a6ff12f 100644 --- a/include/broker/version.hh +++ b/include/broker/version.hh @@ -9,7 +9,7 @@ using type = unsigned; constexpr type major = 2; constexpr type minor = 3; -constexpr type patch = 6; +constexpr type patch = 7; constexpr auto suffix = ""; constexpr type protocol = 2;