Skip to content

Commit

Permalink
MRD-1207: Bump aeron to 1.47.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvoss authored Jan 30, 2025
1 parent f9b1eaa commit 4e68c3e
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 61 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AERON_VERSION := 1.46.6
AERON_VERSION := 1.47.1

AERON_SOURCE := aeron-$(AERON_VERSION)
AERON_INCLUDE := $(AERON_SOURCE)/aeron-client/src/main/c
Expand Down Expand Up @@ -46,4 +46,4 @@ clean:
@rm -rf $(AERON_SOURCE) .zig-cache zig-out

dist-clean: clean
@rm -rf lib/libaeron_static.a src/aeronc.zig
@rm -rf lib/* src/aeronc.zig
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "aeron",
.version = "1.46.6+enum",
.version = "1.47.1",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
Expand Down
Binary file modified lib/libaeron_libc.so
Binary file not shown.
Binary file modified lib/libaeron_musl.so
Binary file not shown.
Binary file modified lib/libaeron_static_libc.a
Binary file not shown.
Binary file modified lib/libaeron_static_musl.a
Binary file not shown.
277 changes: 219 additions & 58 deletions src/aeronc.zig

Large diffs are not rendered by default.

0 comments on commit 4e68c3e

Please sign in to comment.