mirror of
https://github.com/marzer/tomlplusplus.git
synced 2026-02-23 16:22:11 +00:00
10 lines
174 B
C
10 lines
174 B
C
#pragma once
|
|
|
|
#define TOML_LIB_MAJOR 0
|
|
#define TOML_LIB_MINOR 4
|
|
#define TOML_LIB_PATCH 3
|
|
|
|
#define TOML_LANG_MAJOR 0
|
|
#define TOML_LANG_MINOR 5
|
|
#define TOML_LANG_PATCH 0
|