stuff
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-06 06:10:45 +09:00
commit f45b679be3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
8 changed files with 196 additions and 20 deletions

View file

@ -13,17 +13,17 @@
/*!
* @brief Minor version
*/
#define MwMINOR 0
#define MwMINOR 1
/*!
* @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a'`
*/
#define MwPATCH 1
#define MwPATCH 0
/*!
* @brief Version in string
*/
#define MwVERSION "1.0a"
#define MwVERSION "1.1"
/*!
* @brief Version in string