From: pabs Date: Sun, 2 Mar 2008 19:18:01 +0000 (+0000) Subject: Woops, forgot to bump versions for the dependencies on ETL and synfig. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f718084445cd8490afec0c0dd125526340cc1033;p=synfig.git Woops, forgot to bump versions for the dependencies on ETL and synfig. git-svn-id: http://svn.voria.com/code@1839 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/NEWS b/synfig-core/trunk/NEWS index c8ba415..b35b6bd 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.08 (SVN 1837) - March 3, 2008 - Bug fixes, features + 0.61.08 (SVN 1839) - March 3, 2008 - Bug fixes, features * Update the website URL to synfig.org instead of synfig.com * Synfig is now translatable using gettext diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 3e874cd..a89f1b7 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -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" diff --git a/synfig-studio/trunk/NEWS b/synfig-studio/trunk/NEWS index 10585eb..ccc0de8 100644 --- a/synfig-studio/trunk/NEWS +++ b/synfig-studio/trunk/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the releases page: http://synfig.org/Releases - 0.61.08 (SVN 1837) - March 3, 2008 - Bug fixes, features + 0.61.08 (SVN 1839) - March 3, 2008 - Bug fixes, features * Update the website URL to synfig.org instead of synfig.com * Synfig is now translatable using gettext diff --git a/synfig-studio/trunk/configure.ac b/synfig-studio/trunk/configure.ac index 5b33aae..8e61eba 100755 --- a/synfig-studio/trunk/configure.ac +++ b/synfig-studio/trunk/configure.ac @@ -115,8 +115,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[ AC_SUBST(GTKMM_CFLAGS) AC_SUBST(GTKMM_LIBS) -PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.07] [ETL >= 0.04.10] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.07, ETL >= 0.04.10)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.08] [ETL >= 0.04.11] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.08, ETL >= 0.04.11)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS)