Files
tomlplusplus/include/toml++/toml_version.h
Mark Gillard 74e7209cca fixed parse_file for string literals (closes #12)
also:
- decoupled `TOML_EXCEPTION` from ex. mode (closes #13)
- added `TOML_OPTIONAL_TYPE` customization point
- added tests for a custom optional type
- ci refactoring
2020-03-03 23:28:24 +02:00

10 lines
174 B
C

#pragma once
#define TOML_LIB_MAJOR 0
#define TOML_LIB_MINOR 3
#define TOML_LIB_PATCH 3
#define TOML_LANG_MAJOR 0
#define TOML_LANG_MINOR 5
#define TOML_LANG_PATCH 0