We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d341312 commit 9790f41Copy full SHA for 9790f41
src/common/IPC/Common.h
@@ -81,7 +81,7 @@ namespace IPC {
81
82
// This should be manually set to true when starting a 'for-X.Y.Z/sync' branch.
83
// 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;
+ constexpr bool DAEMON_HAS_COMPATIBILITY_BREAKING_SYSCALL_CHANGES = true;
85
86
/*
87
* The messages sent between the VM and the engine are defined by a numerical
0 commit comments