Remove .scm-branch from public releases

This commit is contained in:
Laurent Rineau
2013-02-08 16:35:37 +01:00
parent ec5e746696
commit 74643398fa
@@ -290,6 +290,7 @@ if [ -n "$DO_PUBLIC" ]; then
rm -rf bench* Bench* test package_info developer_scripts doc_tex winutils include/CGAL/Test include/CGAL/Testsuite/
rm -f examples/*/cgal_test* demo/*/cgal_test*
find . -name .scm-urls -exec rm '{}' '+'
rm -f .scm-branch
# Modify the version numbers in <CGAL/version.h>
sed -i -e "s/define CGAL_VERSION .*/define CGAL_VERSION $public_release_version/" -e "s/define CGAL_VERSION_NR .*/define CGAL_VERSION_NR $public_release_number/" include/CGAL/version.h