Mercurial > minori
view include/core/version.h @ 168:79a2a24453fa
window: improve performance when getting running files
now we don't block the whole app! :)
this is especially noticeable on X11, where window walking takes ABSURDLY long
author | paper@DavesDouble.local |
---|---|
date | Sun, 19 Nov 2023 05:36:41 -0500 |
parents | 75c804f713b2 |
children | 649786bae914 |
line wrap: on
line source
#ifndef __core__version_h #define __core__version_h #define MINORI_VERSION "v0.1alpha" #endif // __core__version_h