diff --git a/Makefile.am b/Makefile.am index 3be0e4d0..eaf52fc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.WTFPL \ Install acconfig.h INSTALL.pt README.pt\ mkpatch README.KDE README.GNOME WindowMaker.lsm.in\ README.definable-cursor \ - libwmfun-0.0.2.tar.gz + libwmfun-0.0.3.tar.gz WindowMaker.lsm: WindowMaker.lsm.in size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\ diff --git a/configure.in b/configure.in index 7c763091..94f7120d 100644 --- a/configure.in +++ b/configure.in @@ -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" diff --git a/libwmfun-0.0.2.tar.gz b/libwmfun-0.0.2.tar.gz deleted file mode 100644 index 3b23368c..00000000 Binary files a/libwmfun-0.0.2.tar.gz and /dev/null differ diff --git a/libwmfun-0.0.3.tar.gz b/libwmfun-0.0.3.tar.gz new file mode 100644 index 00000000..b1b94c8c Binary files /dev/null and b/libwmfun-0.0.3.tar.gz differ