X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=a89f1b76b2cf102d25b9e640271194c172e0b580;hb=3c1610c55889e3169142d2af1eece43c63022672;hp=1b23231bfb831ecf2abfceaa4d52a626b1b95fe2;hpb=63cf07a2d0bcc5c416257b3f6588aeb7453a2d1d;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 1b23231..a89f1b7 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.61.07],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.61.08],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -341,8 +341,8 @@ AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14.4]) localedir="$datadir/locale" -PKG_CHECK_MODULES(ETL, [ETL >= 0.04.10],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.10 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.11],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.11 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL"