diff 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 diff
--- a/include/core/version.h	Wed Dec 06 13:44:36 2023 -0500
+++ b/include/core/version.h	Wed Dec 06 19:42:33 2023 -0500
@@ -1,6 +1,6 @@
 #ifndef __core__version_h
 #define __core__version_h
 
-#define MINORI_VERSION "v0.1alpha"
+constexpr std::string_view MINORI_VERSION = "v0.1-alpha";
 
 #endif // __core__version_h