Bump version to 3.0.0

This commit is contained in:
2025-02-14 13:07:29 +01:00
parent b35f66df0d
commit 2b5f589506

View File

@ -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.