forked from pyrite-dev/milsko
1.2a
This commit is contained in:
parent
582582379b
commit
d0a4d1f1af
3 changed files with 20 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue