From: genete Date: Tue, 14 Oct 2008 21:38:51 +0000 (+0000) Subject: Release 0.61.09! X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=7e37ea76af5dfff3a712d79778bbe41ce6eeb8e3;p=synfig.git Release 0.61.09! git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2100 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/NEWS b/synfig-core/trunk/NEWS index f734324..a2369ee 100644 --- a/synfig-core/trunk/NEWS +++ b/synfig-core/trunk/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the releases page: http://synfig.org/Releases - 0.61.09 (SVN 2???) - October ??, 2008 - Bug fixes, features. + 0.61.09 (SVN 2100) - October 14, 2008 - Bug fixes, features. * Segment and Blines tangents are calculated more accurately * Don't allow feather to be negative in any layer diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 7ab5740..fb334c1 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.08],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.61.09],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -398,8 +398,8 @@ AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14.4]) localedir="$datadir/locale" -PKG_CHECK_MODULES(ETL, [ETL >= 0.04.11],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.11 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.12],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.12 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL"