X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Fconfigure.ac;h=dd40d94e1af8f612e4314bdd95b89279dc7ad302;hb=e730a9dc6563029d92a74384bafc5addec6c9e11;hp=6422573108ddd4c3227dc2a286169b7018624ab4;hpb=5198992849a8a8a9ebf8d0495fa07c68b7997499;p=synfig.git diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 6422573..dd40d94 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-RC1],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.62.00],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -401,8 +401,8 @@ AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.15]) localedir="$datadir/locale" -PKG_CHECK_MODULES(ETL, [ETL >= 0.04.13-RC1],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.13-RC1 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.13],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.13 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL"