diff --git a/buildrelease.pl b/buildrelease.pl index 6df3ed9..ed3a17b 100755 --- a/buildrelease.pl +++ b/buildrelease.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -$release_files = 'source/utf8.h doc/utf8cpp.html doc/ReleaseNotes'; +$release_files = 'source/utf8.h source/utf8/core.h source/utf8/checked.h source/utf8/unchecked.h doc/utf8cpp.html doc/ReleaseNotes'; # First get the latest version `svn update`;