Mercurial > minori
view include/core/version.h @ 193:0ad2507c3e60
dep/animia: cmake: check for the objc runtime library
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 07 Dec 2023 01:56:39 -0500 |
parents | 649786bae914 |
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