We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2e006 commit b213e68Copy full SHA for b213e68
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