From b0bec965131961ac69202a34ba72805e0a558e0a Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 27 Oct 2025 11:20:47 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=203.0.0=20=E2=86=92=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- premake.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake.make b/premake.make index 6b0dcfd..e36599e 100644 --- a/premake.make +++ b/premake.make @@ -11,7 +11,7 @@ UNAME_S := $(shell uname -s) PRODUCT := lib # Single source of truth for version. -MAJOR := 3 +MAJOR := 4 MINOR := 0 PATCH := 0