X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-studio%2Fconfigure.ac;h=028c0062ef0087ae5df1b5825dbc98ab71eb1c39;hp=c523943739ba82a59f6bf94f60827894575945b6;hb=fb7a74c62e94c7ddb13eea9c73b0817f9e4a4676;hpb=5c9f0370a6d608abaa843c130751a135edaaa945 diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index c523943..028c006 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.02-RC2],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) +AC_INIT([Synfig Studio],[0.62.02],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true) AC_REVISION @@ -136,8 +136,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.02-RC2] [ETL >= 0.04.13] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.02-RC2, ETL >= 0.04.13)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.62.02] [ETL >= 0.04.13] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.02, ETL >= 0.04.13)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS)