Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 188:168382a89b21 | 189:649786bae914 |
|---|---|
| 1 #ifndef __core__version_h | 1 #ifndef __core__version_h |
| 2 #define __core__version_h | 2 #define __core__version_h |
| 3 | 3 |
| 4 #define MINORI_VERSION "v0.1alpha" | 4 constexpr std::string_view MINORI_VERSION = "v0.1-alpha"; |
| 5 | 5 |
| 6 #endif // __core__version_h | 6 #endif // __core__version_h |
