mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
left out a piece of my last fix for inst package version number
This commit is contained in:
parent
04d2773a8e
commit
66899c27cd
@ -21,6 +21,7 @@ if (/alpha/) {
|
||||
elsif (/p/) {
|
||||
$_ =~ s/p/./;
|
||||
$_ .= '.00';
|
||||
$patch = 1;
|
||||
}
|
||||
else {
|
||||
$_ .='.01.00';
|
||||
|
Loading…
Reference in New Issue
Block a user