Bumped version to 1.0.1

This commit is contained in:
Bob Polis 2025-01-03 13:04:02 +01:00
parent d6c9fc0659
commit ea8c760fe0

View File

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