Bump the version numbers ready for the coming release.
[synfig.git] / synfig-core / trunk / config / build.cfg
index 085ad19..0c966a1 100644 (file)
@@ -1,11 +1,12 @@
 
 PACKAGE_NAME="Synfig Core"
-PACKAGE_BUGREPORT="darco@voria.com"
+PACKAGE_BUGREPORT="darco@deepdarc.com"
 PACKAGE_TARNAME=synfig
 VERSION_MAJ="0"
 VERSION_MIN="61"
-VERSION_REV="00"
-VERSION_REL=
+VERSION_REV="07"
+[ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"`
+SVN_REPOSITORY="http://svn.voria.com/code/synfig-core"
 
 [ -d CVS ] && VERSION_REL="CVS"