From 9705410b8f3ef2a9acd5dfc5cb0396e520763996 Mon Sep 17 00:00:00 2001 From: Prabod Rathnayaka Date: Tue, 21 Jul 2026 13:42:25 +1000 Subject: [PATCH] sync: engine 0.1.7 version stamps (BASERT_VERSION_PATCH 7) --- bindings/swift/Sources/CBaseRT/include/baseRT.h | 2 +- include/baseRT/baseRT.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/swift/Sources/CBaseRT/include/baseRT.h b/bindings/swift/Sources/CBaseRT/include/baseRT.h index 6c112d8..af8d477 100644 --- a/bindings/swift/Sources/CBaseRT/include/baseRT.h +++ b/bindings/swift/Sources/CBaseRT/include/baseRT.h @@ -64,7 +64,7 @@ extern "C" { #define BASERT_VERSION_MAJOR 0 #define BASERT_VERSION_MINOR 1 -#define BASERT_VERSION_PATCH 6 +#define BASERT_VERSION_PATCH 7 /// Compile-time version, packed as `(MAJOR<<16) | (MINOR<<8) | PATCH`. /// Useful for `#if BASERT_VERSION >= 0x000200` feature checks. diff --git a/include/baseRT/baseRT.h b/include/baseRT/baseRT.h index 6c112d8..af8d477 100644 --- a/include/baseRT/baseRT.h +++ b/include/baseRT/baseRT.h @@ -64,7 +64,7 @@ extern "C" { #define BASERT_VERSION_MAJOR 0 #define BASERT_VERSION_MINOR 1 -#define BASERT_VERSION_PATCH 6 +#define BASERT_VERSION_PATCH 7 /// Compile-time version, packed as `(MAJOR<<16) | (MINOR<<8) | PATCH`. /// Useful for `#if BASERT_VERSION >= 0x000200` feature checks.