Skip to content

Commit

Permalink
Fix update-changes config due to version.hh moving
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Mar 19, 2024
1 parent c579525 commit 889e440
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .update-changes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function replace_broker_version_hh
{
version=$1
file=include/broker/version.hh
file=libbroker/broker/version.hh

major=$(echo $version | cut -d'.' -f1)
minor=$(echo $version | cut -d'.' -f2)
Expand Down
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.8.0-dev.56 | 2024-03-19 15:54:34 -0700

* Fix update-changes config due to version.hh moving (Tim Wojtulewicz, Corelight)

2.8.0-dev.55 | 2024-03-19 15:30:46 -0700

* Restore the routing-table benchmark program (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.55
2.8.0-dev.56

0 comments on commit 889e440

Please sign in to comment.