view include/core/version.h @ 189:649786bae914

*: etc. code cleanup I've removed most macros and stuff dep/animia: [UNTESTED] use raw C++ instead of Objective-C++
author Paper <mrpapersonic@gmail.com>
date Wed, 06 Dec 2023 19:42:33 -0500
parents 75c804f713b2
children
line wrap: on
line source

#ifndef __core__version_h
#define __core__version_h

constexpr std::string_view MINORI_VERSION = "v0.1-alpha";

#endif // __core__version_h