Bumped version to 1.4.0

This commit is contained in:
Bob Polis 2025-01-04 11:56:16 +01:00
parent 10a2fccbe2
commit 855a8208a1

View File

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