Author: Carlos Lopez <[email protected]> Date: Sun Jun 5 11:04:07 2011 +0200
Release Synfig 0.63.00 --- ETL/configure.ac | 2 +- synfig-core/configure.ac | 6 +++--- synfig-studio/configure.ac | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ETL/configure.ac b/ETL/configure.ac index e6f4c99..7a6e691 100644 --- a/ETL/configure.ac +++ b/ETL/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Extended Template Library],[0.04.14-RC3],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[ETL]) +AC_INIT([Extended Template Library],[0.04.14],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[ETL]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 18bec96..947b656 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.63.00-RC3],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) +AC_INIT([Synfig Core],[0.63.00],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -401,8 +401,8 @@ AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.15]) localedir="$datadir/locale" -PKG_CHECK_MODULES(ETL, [ETL >= 0.04.14-RC3],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.14-RC3 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.14],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.14 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL" diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index e736762..4a0ce92 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -2,8 +2,8 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.63.00-RC3],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) -AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true) +AC_INIT([Synfig Studio],[0.63.00],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) +AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, false) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -137,8 +137,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.63.00-RC3] [ETL >= 0.04.14-RC3] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.00-RC3, ETL >= 0.04.14-RC3)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.00] [ETL >= 0.04.14] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.00, ETL >= 0.04.14)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
