From: Carlos Lopez Date: Sun, 30 May 2010 22:07:01 +0000 (+0200) Subject: Release Synfig 0.61.01 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a9b4860d7f048861d9fc44393225e89a159f645e;hp=d808087a69182d2c76454fc3772281ddd5f6f929;p=synfig.git Release Synfig 0.61.01 --- diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 1dcd149..6b2e1c4 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.01RC4],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.62.01],[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 3eb75f2..b13c57c 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.01RC4],[http://synfig.org/Bugs],[synfigstudio]) +AC_INIT([Synfig Studio],[0.62.01],[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.01RC4] [ETL >= 0.04.13] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.01RC4, ETL >= 0.04.13)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.62.01] [ETL >= 0.04.13] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.01, ETL >= 0.04.13)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS)