Add an end-on-line at the end of the VERSION file.

This commit is contained in:
Laurent Rineau
2008-12-12 14:12:57 +00:00
parent 5158295ca4
commit fee9f7a890
+1 -1
View File
@@ -210,7 +210,7 @@ if [ "$DO_PUBLIC" ]; then
rm -rf test package_info developer_scripts doc_tex winutils include/CGAL/Test include/CGAL/Testsuite/
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 -n $public_release_version > VERSION 2>&1
echo $public_release_version > VERSION 2>&1
cd ..
tar -cf "${public_release_name}.tar" "${public_release_name}"
gzip "${public_release_name}.tar"