Skip to content

Commit 9790f41

Browse files
committed
Start for-0.56.0/sync branch
1 parent d341312 commit 9790f41

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)