Updated buildrelease.pl for the 2.0 source code structure

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@76 a809a056-fc17-0410-9590-b4f493f8b08e

Conflicts:
	v2_0/buildrelease.pl
This commit is contained in:
ntrifunovic 2006-12-18 02:18:30 +00:00 committed by King_DuckZ
parent c348cac915
commit cc0f93fcfe

View file

@ -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`;