From 2b5f58950610fb022386f790d7b7dc969e7f1282 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 14 Feb 2025 13:07:29 +0100 Subject: [PATCH] Bump version to 3.0.0 --- premake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake.make b/premake.make index 4090d03..6b0dcfd 100644 --- a/premake.make +++ b/premake.make @@ -11,8 +11,8 @@ UNAME_S := $(shell uname -s) PRODUCT := lib # Single source of truth for version. -MAJOR := 2 -MINOR := 1 +MAJOR := 3 +MINOR := 0 PATCH := 0 # Specify desired C++ standard for this project.