Bumped version to 1.1.0

This commit is contained in:
Bob Polis 2025-01-04 11:53:17 +01:00
parent ea8c760fe0
commit 0b64a9dc50

View File

@ -15,8 +15,8 @@ PRODUCT := lib
# 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