NeBuild dev
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1//# This file is a part of toml++ and is subject to the the terms of the MIT license.
2//# Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>
3//# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text.
4// SPDX-License-Identifier: MIT
5#pragma once
6
7#define TOML_LIB_MAJOR 3
8#define TOML_LIB_MINOR 4
9#define TOML_LIB_PATCH 0
10
11#define TOML_LANG_MAJOR 1
12#define TOML_LANG_MINOR 0
13#define TOML_LANG_PATCH 0