From 1708dcf2add105a804a906faa511bd5f1071dbf2 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 15 Dec 2008 17:20:29 +0000 Subject: [PATCH] Remove cgal_test *and* cgal_test_using_cmake. --- Scripts/developer_scripts/create_new_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/create_new_release b/Scripts/developer_scripts/create_new_release index 90025b509d9..58042a4f1f3 100755 --- a/Scripts/developer_scripts/create_new_release +++ b/Scripts/developer_scripts/create_new_release @@ -228,7 +228,7 @@ if [ -n "$DO_PUBLIC" ]; then cd ${public_release_name} rm -rf test package_info developer_scripts doc_tex winutils include/CGAL/Test include/CGAL/Testsuite/ - rm -f examples/*/cgal_test demo/*/cgal_test + rm -f examples/*/cgal_test* demo/*/cgal_test* 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 echo $public_release_version > VERSION 2>&1 cd ..