Bumped version to 2.1.0

This commit is contained in:
Bob Polis 2025-01-04 11:58:37 +01:00
parent 12db6d423e
commit 63ad427c21

View File

@ -12,8 +12,8 @@ PRODUCT := lib
# Single source of truth for version.
MAJOR := 2
MINOR := 0
PATCH := 1
MINOR := 1
PATCH := 0
# Specify desired C++ standard for this project.
CXXFLAGS += -std=c++20