mirror of
https://github.com/marzer/tomlplusplus.git
synced 2025-02-25 06:39:58 +00:00
10 lines
174 B
C
10 lines
174 B
C
#pragma once
|
|
|
|
#define TOML_LIB_MAJOR 0
|
|
#define TOML_LIB_MINOR 2
|
|
#define TOML_LIB_PATCH 2
|
|
|
|
#define TOML_LANG_MAJOR 0
|
|
#define TOML_LANG_MINOR 5
|
|
#define TOML_LANG_PATCH 0
|