Skip to content

Commit b213e68

Browse files
committed
Init for-0.57.0/sync branch
1 parent bd2e006 commit b213e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/IPC/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace IPC {
8181

8282
// This should be manually set to true when starting a 'for-X.Y.Z/sync' branch.
8383
// This should be set to false by update-version-number.py when a (major) release is created.
84-
constexpr bool DAEMON_HAS_COMPATIBILITY_BREAKING_SYSCALL_CHANGES = false;
84+
constexpr bool DAEMON_HAS_COMPATIBILITY_BREAKING_SYSCALL_CHANGES = true;
8585

8686
/*
8787
* The messages sent between the VM and the engine are defined by a numerical

0 commit comments

Comments
 (0)