change version to 4.0.8

This commit is contained in:
Vincent Wei 2020-07-23 19:16:26 +08:00
parent e5ac135443
commit 165b89e5be
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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}