From 18e8fefdab667e7cf3ababe6d4cad6975590993d Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Mon, 23 Sep 2019 09:58:08 -0700 Subject: [PATCH] Update embedded CAF to 2nd 0.16.4, fixes a compiler warning --- 3rdparty | 2 +- CHANGES | 6 ++++++ VERSION | 2 +- broker/version.hh | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/3rdparty b/3rdparty index 500f6703..21ff8c2a 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 500f670397dd516b10b3dc9c3439f35a64ae4d71 +Subproject commit 21ff8c2a8afbfb6c75c02e1b1d5674ae0079f2e8 diff --git a/CHANGES b/CHANGES index b877ef9f..5dbfb6c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ +1.2.3 | 2019-09-23 09:58:08 -0700 + + * Release 1.2.3. + + * Update embedded CAF to 2nd 0.16.4, fixes a compiler warning (Jon Siwek, Corelight) + 1.2.2 | 2019-09-21 12:17:44 -0700 * Release 1.2.2. diff --git a/VERSION b/VERSION index 23aa8390..0495c4a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 +1.2.3 diff --git a/broker/version.hh b/broker/version.hh index d131620b..70f88073 100644 --- a/broker/version.hh +++ b/broker/version.hh @@ -11,7 +11,7 @@ using type = unsigned; constexpr type major = 1; constexpr type minor = 2; -constexpr type patch = 2; +constexpr type patch = 3; constexpr auto suffix = ""; constexpr type protocol = 2;