gimo v0.1.0
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1// Copyright Dominic (DNKpp) Koepke 2025 - 2025.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at
4// https://www.boost.org/LICENSE_1_0.txt)
5
6#ifndef GIMO_VERSION_HPP
7#define GIMO_VERSION_HPP
8
9#pragma once
10
11#define GIMO_VERSION_MAJOR 0
12#define GIMO_VERSION_MINOR 1
13#define GIMO_VERSION_PATCH 0
14
15#endif