From d9f218eacf979f4c98a67247f954a27302effda3 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 25 Aug 2026 10:25:04 +1000 Subject: [PATCH] Bump build e333c1c > ad113e1 First v0.9.0alpha0 binary set, so the version prefix moves with it. The bump trackers had drifted (bonsai's OLD pointed at 3e7b739 while ifcopenshell-python pinned e333c1c), so this was done by hand; 'make bump' works again from here. Co-Authored-By: Claude Fable 5 --- src/bonsai/Makefile | 2 +- src/ifcopenshell-python/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index c8fa55d611..a7ad6036cc 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -93,7 +93,7 @@ endif endif # def PLATFORM # Current build commit hash. -OLD:=3e7b739 +OLD:=ad113e1 .PHONY: bump bump: ifndef NEW diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 2b25fac23f..2ef6c74b00 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -57,8 +57,8 @@ ifeq ($(PLATFORM), win64) PLATFORMTAG:=win_amd64 endif -BINARY_VERSION:=0.8.6 -BUILD_COMMIT:=e333c1c +BINARY_VERSION:=0.9.0alpha0 +BUILD_COMMIT:=ad113e1 IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(BINARY_VERSION)-$(BUILD_COMMIT)-$(PLATFORM).zip IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(BINARY_VERSION)-$(BUILD_COMMIT)-$(PLATFORM).zip