forked from pyrite-dev/milsko
1.0a
This commit is contained in:
parent
790688e4cc
commit
e66cb4e3d4
1 changed files with 2 additions and 2 deletions
|
|
@ -18,12 +18,12 @@
|
|||
/*!
|
||||
* @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a'`
|
||||
*/
|
||||
#define MwPATCH 0
|
||||
#define MwPATCH 'a'
|
||||
|
||||
/*!
|
||||
* @brief Version in string
|
||||
*/
|
||||
#define MwVERSION "1.0"
|
||||
#define MwVERSION "1.0a"
|
||||
|
||||
/*!
|
||||
* @brief Version in string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue