X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fconfigure.ac;h=1eb11a56beb2c217b66d752cb54c015fdf4f26c7;hb=2081f34927d55fee5c3de25b5ed4bc81e2de216f;hp=0077290f74420b35d2392b592e431c03756c726a;hpb=c554611b986abfe0733b63260b19d99d3384edf0;p=synfig.git diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index 0077290..1eb11a5 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.01RC3],[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.01RC3] [ETL >= 0.04.13] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.01RC3, ETL >= 0.04.13)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS)