fix for #167
This commit is contained in:
parent
d26b2df9dc
commit
6b58475018
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue