Bumped version to 2.0.2

Upgraded to latest project structure
This commit is contained in:
2025-01-08 13:21:00 +01:00
parent 567da2fae9
commit 8aa1ea4df7
3 changed files with 10 additions and 9 deletions

View File

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