ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.05k stars 373 forks source link

version.h mismatch in tag 20.38.1 #763

Closed CurtisAMU closed 9 months ago

CurtisAMU commented 9 months ago

version.h in the tag 20.38.1 archive etl-20.38.1.zip defines

#define ETL_VERSION_MAJOR 20
#define ETL_VERSION_MINOR 38
#define ETL_VERSION_PATCH 0

I'd expect #define ETL_VERSION_PATCH 1.

jwellbelove commented 9 months ago

I have deleted 20.38.1 as it did not have the stated fixes