prepare 2.0a
This commit is contained in:
parent
8b7a11b714
commit
6051c32f50
3 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
========================= 2.1 =========================
|
||||||
|
- Fixes a bug where key_released was not fired in GDI backend
|
||||||
|
- Fixes examples
|
||||||
|
|
||||||
========================= 2.0 =========================
|
========================= 2.0 =========================
|
||||||
2.0 is not the most significant release, but there are several breaking changes that justify its number:
|
2.0 is not the most significant release, but there are several breaking changes that justify its number:
|
||||||
- There are no longer any public facing functions that use MwLL* types. Said functions now expect MwColor and MwPixmap, which are wrapper types over the LL ones.
|
- There are no longer any public facing functions that use MwLL* types. Said functions now expect MwColor and MwPixmap, which are wrapper types over the LL ones.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Greetings - Welcome to the Milsko GUI Toolkit (Version 2.0)
|
Greetings - Welcome to the Milsko GUI Toolkit (Version 2.0a)
|
||||||
|
|
||||||
This document contains a brief summary of the contents of this source
|
This document contains a brief summary of the contents of this source
|
||||||
distributions and building instructions for Milsko GUI Toolkit.
|
distributions and building instructions for Milsko GUI Toolkit.
|
||||||
|
|
|
||||||
|
|
@ -18,12 +18,12 @@
|
||||||
/*!
|
/*!
|
||||||
* @brief Patchlevel of version, if patchlevel_alphabet is a or bigger, this value is calculated by `patchlevel_alphabet - 'a' + 1`. Otherwise 0
|
* @brief Patchlevel of version, if patchlevel_alphabet is a or bigger, this value is calculated by `patchlevel_alphabet - 'a' + 1`. Otherwise 0
|
||||||
*/
|
*/
|
||||||
#define MwPATCH 0
|
#define MwPATCH 1
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Version in string
|
* @brief Version in string
|
||||||
*/
|
*/
|
||||||
#define MwVERSION "2.0"
|
#define MwVERSION "2.0a"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Version in string
|
* @brief Version in string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue