Author: Carlos Lopez <[email protected]> Date: Sat Sep 24 09:55:43 2011 +0200
Release Synfig 0.63.01 --- synfig-core/configure.ac | 2 +- synfig-studio/configure.ac | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 7273baf..bfbc532 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.01-RC2],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) +AC_INIT([Synfig Core],[0.63.01],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index ff141ab..6d1ca3b 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.01-RC2],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) -AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true) +AC_INIT([Synfig Studio],[0.63.01],[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.01-RC2] [ETL >= 0.04.14] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.01-RC2, ETL >= 0.04.14)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.01] [ETL >= 0.04.14] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.01, ETL >= 0.04.14)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
