Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Mar 4, 2024
1 parent 861c206 commit 93f8b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.2.0 | 2024-02-20 09:15:34 -0700

* Release Zeek 6.2.0.

2.8.0-dev.41 | 2024-02-20 09:15:14 -0700

* Remove obsolete code (Dominik Charousset, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-dev.41
6.2.0
6 changes: 3 additions & 3 deletions include/broker/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ namespace broker::version {
/// The type used for version numbers.
using type = unsigned;

constexpr type major = 2;
constexpr type minor = 8;
constexpr type major = 6;
constexpr type minor = 2;
constexpr type patch = 0;
constexpr auto suffix = "-dev";
constexpr auto suffix = "";

constexpr type protocol = 2;

Expand Down

0 comments on commit 93f8b2c

Please sign in to comment.