diff --git a/CHANGES b/CHANGES index 58856cec..0d0b1de4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.3.8 | 2023-05-19 08:27:21 -0700 + + * Bump CAF submodule to get GCC 13 fixes plus a few others (Tim Wojtulewicz, Corelight) + 2.3.7-2 | 2023-05-11 11:12:21 -0700 * Merge branch 'topic/timw/update-caf-for-gcc-13-fixes' into release/2.3 (Tim Wojtulewicz, Corelight) diff --git a/NEWS b/NEWS index a494afd5..db1170ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Broker 2.3.8 +============ + +- Update CAF to support GCC 13 (Tim Wojtulewicz, Corelight)x + Broker 2.3.7 ============ diff --git a/VERSION b/VERSION index ab36947c..bc4abe86 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.7-2 +2.3.8 diff --git a/include/broker/version.hh b/include/broker/version.hh index a2f67d2b..1ff8ea8c 100644 --- a/include/broker/version.hh +++ b/include/broker/version.hh @@ -9,8 +9,8 @@ using type = unsigned; constexpr type major = 2; constexpr type minor = 3; -constexpr type patch = 7; -constexpr auto suffix = "-2"; +constexpr type patch = 8; +constexpr auto suffix = ""; constexpr type protocol = 2;