mirror of https://github.com/CGAL/cgal
Add a end-of-line at the end of the "VERSION" file.
This commit is contained in:
parent
5d0f4bf5a0
commit
a8f81c5e2c
|
|
@ -200,7 +200,7 @@ sub create_version_file()
|
|||
# Create VERSION file
|
||||
chdir "$RELEASEDIR/$VERSION" or die;
|
||||
open(TEMPFILE, ">tempfile") or die;
|
||||
print TEMPFILE "$newver";
|
||||
print TEMPFILE "$newver\n";
|
||||
close TEMPFILE || die "Error closing temporary file: $!\n";
|
||||
move("tempfile", 'VERSION');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue