view include/core/version.h @ 198:bc1ae1810855

dep/animia: switch from using classes to global functions the old idea was ok, but sort of hackish; this method doesn't use classes at all, and this way (especially important!) we can do wayland stuff AND x11 at the same time, which wasn't really possible without stupid workarounds in the other method
author Paper <mrpapersonic@gmail.com>
date Sun, 24 Dec 2023 02:59:42 -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