From c90fcf68b542a4ae3856f0699307e770be4e26c4 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 20 May 2025 18:02:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.5.0=20=E2=86=92=201.6.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 14b64c6..ec9a3c5 100644 --- a/premake.make +++ b/premake.make @@ -12,7 +12,7 @@ PRODUCT := lib # Single source of truth for version. MAJOR := 1 -MINOR := 5 +MINOR := 6 PATCH := 0 # Specify desired C++ standard for this project.