Skip to content

Commit bd2e006

Browse files
committed
bump version number to 0.56.0
1 parent 71ca36b commit bd2e006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/common/Defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3939

4040
#define PRODUCT_APPID "net.unvanquished.Unvanquished"
4141

42-
#define PRODUCT_VERSION "0.55.5"
42+
#define PRODUCT_VERSION "0.56.0"
4343

4444
/** Default base package */
4545
#define DEFAULT_BASE_PAK PRODUCT_NAME_LOWER

src/common/IPC/Common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ namespace IPC {
7777
// IDs, argument types, or return types change, or if serialization procedures change.
7878
// Follows Daemon major versions.
7979
// This should be updated only by update-version-number.py when a "major" release is indicated
80-
constexpr const char* SYSCALL_ABI_VERSION = "0.55";
80+
constexpr const char* SYSCALL_ABI_VERSION = "0.56";
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 = true;
84+
constexpr bool DAEMON_HAS_COMPATIBILITY_BREAKING_SYSCALL_CHANGES = false;
8585

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

0 commit comments

Comments
 (0)