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
# -- 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)
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"