This commit is contained in:
tipaul 2003-01-20 13:23:20 +00:00
parent d26b2df9dc
commit 6b58475018

View file

@ -75,7 +75,7 @@ kohatmpldir=$kohatmpldir
# which VERSION are we building ?
#----------------------------------------------------------
print "\n\nGuessing at next release version. You may need to enter your SourceForge password...\n";
open (CVSLOG, "cvs log buildrelease|");
open (CVSLOG, "cvs log misc/buildrelease|");
my $symbolicnamessection=0;
my $symbolicnames;
my $highestversion;