Maki
Loading...
Searching...
No Matches
version.hpp
1//Copyright Florian Goujeon 2021 - 2026.
2//Distributed under the Boost Software License, Version 1.0.
3//(See accompanying file LICENSE or copy at
4//https://www.boost.org/LICENSE_1_0.txt)
5//Official repository: https://github.com/fgoujeon/maki
6
7// Generated by "scripts/update.cmake" from "scripts/update/templates/include/maki/version.hpp"
8
13
14#ifndef MAKI_VERSION_HPP
15#define MAKI_VERSION_HPP
16
17namespace maki::version
18{
19
20constexpr auto major = 1;
21constexpr auto minor = 1;
22constexpr auto patch = 0;
23
24} //namespace
25
26#endif