1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 15:24:12 +01:00

0.62.0 release preparation

This commit is contained in:
dan
2000-03-30 23:32:36 +00:00
parent a29175db52
commit cf65d791ab
4 changed files with 3 additions and 3 deletions

View File

@@ -529,12 +529,12 @@ if test "x$LIBPL" = "x"; then
exit 1
fi
WM_CHECK_PROPLIST_VERSION(0.9.5, goodlPL=yes, goodlPL=no)
WM_CHECK_PROPLIST_VERSION(0.10.0, goodlPL=yes, goodlPL=no)
if test "$goodlPL" = no; then
echo
echo "ERROR!!! libPropList is an old version. Please consider upgrading"
echo " to at least version 0.9.5. Older versions have bugs that"
echo " to at least version 0.10.0. Older versions have bugs that"
echo " may cause Window Maker to crash randomly."
echo " If your libPropList is older than 0.9.2 it will also prevent"
echo " Window Maker from compiling because new functions were"