mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-05-09 08:02:40 +08:00
change version to 4.0.8
This commit is contained in:
parent
e5ac135443
commit
165b89e5be
@ -42,7 +42,7 @@ Please report any bugs and incompatibilities in
|
||||
In this version, we tuned some code for GCC 9 and fixed some bugs:
|
||||
|
||||
* ADJUSTMENTS:
|
||||
- Use mainstream Harfbuzz for glyph shaping of complex scripts instead
|
||||
- Use mainstream HarfBuzz for glyph shaping of complex scripts instead
|
||||
of the modified version.
|
||||
* TUNING:
|
||||
- Tune some code to depress compilation warnings.
|
||||
|
@ -17,8 +17,8 @@ dnl Set various version strings - taken gratefully from the SDL sources
|
||||
MINIGUI_MAJOR_VERSION=4
|
||||
MINIGUI_MINOR_VERSION=0
|
||||
MINIGUI_MICRO_VERSION=8
|
||||
MINIGUI_INTERFACE_AGE=0
|
||||
MINIGUI_BINARY_AGE=0
|
||||
MINIGUI_INTERFACE_AGE=8
|
||||
MINIGUI_BINARY_AGE=8
|
||||
MINIGUI_VERSION=$MINIGUI_MAJOR_VERSION.$MINIGUI_MINOR_VERSION.$MINIGUI_MICRO_VERSION
|
||||
|
||||
AC_SUBST(MINIGUI_MAJOR_VERSION)
|
||||
|
@ -8,6 +8,6 @@ Description: A mature cross-platform windowing and GUI system for embedded syste
|
||||
Version: @MINIGUI_VERSION@
|
||||
Runmode: @MINIGUI_RUNMODE@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lminigui_@MGLIB_SUFFIX@ @DEP_LIBS@
|
||||
Libs.private:
|
||||
Libs: -L${libdir} -lminigui_@MGLIB_SUFFIX@
|
||||
Libs.private: @DEP_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user