1
0
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:
Herb Lewis 0001-01-01 00:00:00 +00:00
parent 04d2773a8e
commit 66899c27cd

View File

@ -21,6 +21,7 @@ if (/alpha/) {
elsif (/p/) {
$_ =~ s/p/./;
$_ .= '.00';
$patch = 1;
}
else {
$_ .='.01.00';