Skip to content

Commit

Permalink
Bump C# ABI version
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser authored Oct 3, 2023
1 parent e848020 commit 61b68b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Runtime/bindings.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,5 +779,5 @@ __preinit__10_init_csharp() {

// __attribute__((export_name("SPACETIME_ABI_VERSION"))) -
// doesn't work on non-functions, must specify on command line
const uint32_t SPACETIME_ABI_VERSION = /* 4.0 */ (4 << 16) | 0;
const uint32_t SPACETIME_ABI_VERSION = /* 5.0 */ (5 << 16) | 0;
const uint8_t SPACETIME_ABI_VERSION_IS_ADDR = 1;

0 comments on commit 61b68b7

Please sign in to comment.