From: pabs Date: Tue, 12 Jun 2007 09:59:18 +0000 (+0000) Subject: Bump version number to 0.61.06. Hopefully the last revision before the release. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e0a2a19ce4eab27b8eed45470ade03e7426e0507;p=synfig.git Bump version number to 0.61.06. Hopefully the last revision before the release. git-svn-id: http://svn.voria.com/code@521 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/config/build.cfg b/synfig-core/trunk/config/build.cfg index a8bbb9d..c486ce8 100644 --- a/synfig-core/trunk/config/build.cfg +++ b/synfig-core/trunk/config/build.cfg @@ -4,7 +4,7 @@ PACKAGE_BUGREPORT="darco@deepdarc.com" PACKAGE_TARNAME=synfig VERSION_MAJ="0" VERSION_MIN="61" -VERSION_REV="05" +VERSION_REV="06" [ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"` SVN_REPOSITORY="https://svn.voria.com/code/synfig-core"