Module: synfig Branch: master Commit: e217b3d5a30848908c617cddcb5ad0857e0c2732 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=e217b3d5a30848908c617cddcb5ad0857e0c2732
Author: Carlos Lopez <[email protected]> Date: Sat May 15 23:54:20 2010 +0200 Bump versions for RC2 --- synfig-core/configure.ac | 2 +- synfig-studio/configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 5e4d3d9..7f69a45 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.62.00],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.62.01RC2],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index 0077290..0498878 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.62.00],[http://synfig.org/Bugs],[synfigstudio]) +AC_INIT([Synfig Studio],[0.62.01RC2],[http://synfig.org/Bugs],[synfigstudio]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -135,8 +135,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.62.00] [ETL >= 0.04.13] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.00, ETL >= 0.04.13)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.62.01RC2] [ETL >= 0.04.13] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.01RC2, ETL >= 0.04.13)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) ------------------------------------------------------------------------------ _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
