fix #250: bump patch version macro in version.hpp

This commit is contained in:
ToruNiina
2024-06-27 00:29:11 +09:00
parent b2a93eb267
commit 932acba7f1

View File

@@ -3,7 +3,7 @@
#define TOML11_VERSION_MAJOR 4
#define TOML11_VERSION_MINOR 0
#define TOML11_VERSION_PATCH 0
#define TOML11_VERSION_PATCH 1
#ifndef __cplusplus
# error "__cplusplus is not defined"