This commit is contained in:
Nishi 2026-05-08 00:35:34 +09:00 committed by NishiOwO
commit d0a4d1f1af
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 20 additions and 7 deletions

View file

@ -16,14 +16,14 @@
#define MwMINOR 2
/*!
* @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a'`
* @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a' + 1`
*/
#define MwPATCH 0
#define MwPATCH 1
/*!
* @brief Version in string
*/
#define MwVERSION "1.2"
#define MwVERSION "1.2a"
/*!
* @brief Version in string