mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
First v0.9.0alpha0 binary set, so the version prefix moves with it. The bump trackers had drifted (bonsai's OLD pointed at3e7b739while ifcopenshell-python pinnede333c1c), so this was done by hand; 'make bump' works again from here. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ endif
|
|||||||
endif # def PLATFORM
|
endif # def PLATFORM
|
||||||
|
|
||||||
# Current build commit hash.
|
# Current build commit hash.
|
||||||
OLD:=3e7b739
|
OLD:=ad113e1
|
||||||
.PHONY: bump
|
.PHONY: bump
|
||||||
bump:
|
bump:
|
||||||
ifndef NEW
|
ifndef NEW
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ ifeq ($(PLATFORM), win64)
|
|||||||
PLATFORMTAG:=win_amd64
|
PLATFORMTAG:=win_amd64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BINARY_VERSION:=0.8.6
|
BINARY_VERSION:=0.9.0alpha0
|
||||||
BUILD_COMMIT:=e333c1c
|
BUILD_COMMIT:=ad113e1
|
||||||
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(BINARY_VERSION)-$(BUILD_COMMIT)-$(PLATFORM).zip
|
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
|
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(BINARY_VERSION)-$(BUILD_COMMIT)-$(PLATFORM).zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user