From 230f314ccacde0f7f60b44ac2bdefa5f7e137122 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 7 Aug 2025 10:43:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.0.1=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- premake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake.make b/premake.make index 1e3c839..221938b 100644 --- a/premake.make +++ b/premake.make @@ -12,8 +12,8 @@ PRODUCT := tool # Single source of truth for version. MAJOR := 1 -MINOR := 0 -PATCH := 1 +MINOR := 1 +PATCH := 0 # Specify desired C++ standard for this project. CXXFLAGS += -std=c++20